forked from balena-io-examples/balena-nodejs-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 888 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 888 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": "simple-server-node",
"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/resin-io-projects/simple-server-node.git"
},
"keywords": [
"resin.io",
"webserver",
"nodejs",
"expressjs"
],
"author": "Shaun Mulligan <shaun@resin.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/resin-io-projects/simple-server-node/issues"
},
"homepage": "https://github.com/resin-io-projects/simple-server-node#readme",
"dependencies": {
"express": "*",
"johnny-five": "*",
"highcharts": "*",
"mqtt": "*",
"noble": "*",
"th02js": "*",
"thingspeakclient": "*",
"twilio": "*"
}
}