-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 857 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
{
"name": "nodejstest",
"version": "0.1.0",
"description": "Various test projects. Mostly GPIO nodejs",
"main": "index.js",
"dependencies": {
"body-parser": "~1.16.1",
"cookie-parser": "~1.4.3",
"express": "^4.14.0",
"express-logging": "^1.1.1",
"express-session": "~1.15.1",
"hasha": "^3.0.0",
"jquery": "^3.2.1",
"logops": "^2.1.0",
"nconf": "^0.8.4",
"rpio": "^0.9.11"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertmantissa/nodejstest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robertmantissa/nodejstest/issues"
},
"homepage": "https://github.com/robertmantissa/nodejstest#readme"
}