forked from derbyjs/racer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 985 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "k-model",
"description": "Realtime model synchronization engine for Node.js",
"homepage": "http://racerjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/kantele/k-model.git"
},
"version": "0.11.13",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"test": "node_modules/.bin/mocha && npm run lint",
"test-cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha && npm run lint"
},
"dependencies": {
"k-arraydiff": "*",
"deep-is": "^0.1.3",
"uuid": "^2.0.1",
"k-sync": "*",
"md5": "*"
},
"devDependencies": {
"coveralls": "^2.11.8",
"eslint": "^2.9.0",
"eslint-config-xo": "^0.14.1",
"expect.js": "^0.3.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.3"
},
"bugs": {
"url": "https://github.com/kantele/k-model/issues"
},
"directories": {
"test": "test"
},
"author": "Nate Smith",
"license": "MIT"
}