-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 996 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
38
39
40
{
"name": "node-skeleton",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"local": "./node_modules/.bin/nodemon --ignore public/",
"knex": "./node_modules/.bin/knex"
},
"author": "Lighthouse Labs",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"bulma": "^0.4.1",
"chai": "^3.5.0",
"cookie-session": "^2.0.0-beta.1",
"dotenv": "^2.0.0",
"ejs": "^2.4.1",
"eslint": "^3.19.0",
"express": "^4.13.4",
"express-socket.io-session": "^1.3.2",
"http": "0.0.0",
"knex": "^0.11.7",
"lodash": "^4.17.4",
"node-sass-middleware": "^0.9.8",
"nodemon": "^1.11.0",
"pg": "^6.0.2",
"sass": "^0.5.0",
"sessions": "0.0.2-7",
"socket.io": "^1.7.3"
},
"devDependencies": {
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"knex-logger": "^0.1.0",
"morgan": "^1.7.0"
}
}