-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 887 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
40
41
42
43
44
45
46
47
48
{
"name": "radar-001",
"version": "0.0.0",
"description": "by-wooddy",
"homepage": "",
"author": {
"name": "Wooddy",
"email": "[email protected]",
"url": ""
},
"files": [
"lib"
],
"main": "lib/index.js",
"keywords": [
""
],
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^4.1.0",
"eslint-config-xo-space": "^0.16.0",
"jest": "^21.0.0",
"jest-cli": "^21.0.0",
"nsp": "^2.6.3"
},
"scripts": {
"prepublish": "nsp check",
"pretest": "eslint . --fix",
"test": "jest"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"jest": true,
"node": true
}
},
"repository": "/radar-001",
"jest": {
"testEnvironment": "node"
},
"license": "Apache-2.0",
"dependencies": {
"johnny-five": "^0.11.6",
"serialport": "^5.0.0",
"socket.io": "^2.0.3"
}
}