-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.06 KB
/
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
{
"name": "granasatdashboard",
"version": "1.0.0",
"description": "GranaSAT Dashboard",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/granasat/GranaSatDashboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/granasat/GranaSatDashboard/issues"
},
"homepage": "https://github.com/granasat/GranaSatDashboard#readme",
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"dateformat": "^1.0.12",
"express": "^4.14.0",
"express-http-proxy": "^0.7.4",
"express-session": "^1.14.0",
"express-validator": "^2.20.8",
"left-pad": "^1.1.1",
"lodash": "^4.17.4",
"mysql": "^2.11.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"satellite.js": "^1.2.0",
"serialport": "^4.0.1",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-wiredep": "^3.0.1"
}
}