forked from derbyjs/racer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1016 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
{
"name": "racer",
"description": "Realtime model synchronization engine for Node.js",
"homepage": "https://github.com/derbyjs/racer",
"repository": {
"type": "git",
"url": "git://github.com/derbyjs/racer.git"
},
"version": "1.0.0",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"test": "node_modules/.bin/mocha && npm run lint",
"test-cover": "node_modules/nyc/bin/nyc.js --temp-dir=coverage -r text -r lcov node_modules/mocha/bin/_mocha && npm run lint"
},
"dependencies": {
"arraydiff": "^0.1.1",
"fast-deep-equal": "^2.0.1",
"sharedb": "^1.0.0-beta",
"uuid": "^2.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.5",
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1"
},
"bugs": {
"url": "https://github.com/derbyjs/racer/issues"
},
"directories": {
"test": "test"
},
"author": "Nate Smith",
"license": "MIT"
}