forked from companje/RaspberryDoorbell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 757 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 757 Bytes
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
{
"name": "TCP-Button",
"version": "1.0.0",
"description": "",
"main": "nodeServer.js",
"dependencies": {
"express": "^4.12.4",
"nodemon": "^1.8.0",
"onoff": "^1.0.2",
"pi-gpio": "0.0.6",
"socket.io": "^1.3.5"
},
"devDependencies": {
"browser-sync": "^2.9.12",
"html-dist": "^0.1.0",
"uglifyjs": "^2.4.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"jspm": {
"dependencies": {
"react": "npm:react@^0.14.2",
"uglifyjs": "npm:uglifyjs@^2.4.10"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}