-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·37 lines (37 loc) · 819 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
35
36
37
{
"name": "tapper",
"version": "1.0.0",
"description": "A simple Expressjs Web server on resin.io",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petegale/tapper.git"
},
"keywords": [
"resin.io",
"webserver",
"nodejs",
"expressjs"
],
"author": "Pete Gale",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/petegale/tapper/issues"
},
"homepage": "https://github.com/petegale/tapper",
"dependencies": {
"chart.js": "^2.7.0",
"detect-rpi": "^1.2.0",
"ejs": "^2.5.7",
"express": "*",
"pi-pins": "^1.0.2",
"socket.io": "^1.7.3"
},
"optionalDependencies": {
"mpu9250":"*"
}
}