-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 845 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 845 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
{
"name": "FUTUREboard",
"version": "1.0.0",
"description": "FUTUREboard digital signage platform",
"main": "server.js",
"dependencies": {
"aws-sdk": "^2.87.0",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"express-sslify": "1.2.0",
"mongoose": "^4.10.6",
"package.json": "^2.0.1",
"promise": "^7.1.1",
"request": "^2.81.0",
"serve-favicon": "^2.4.5",
"socket.io": "^2.0.3"
},
"devDependencies": {
"eslint": "^4.19.1",
"markdownlint-cli": "^0.8.1"
},
"scripts": {
"lint": "eslint --cache *.js lambda models routes scripts static && markdownlint README.md",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC"
}