-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 755 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
{
"name": "crosswords",
"version": "0.0.3",
"private": true,
"scripts": {
"build": "webpack",
"test": "echo 'No tests yet!'"
},
"dependencies": {
"coffee-script": "^1.9.0",
"cookie": "^0.1.2",
"cookie-parser": "^1.3.2",
"express": "^4.8.4",
"express-session": "^1.7.5",
"jade": "0.33.0",
"lodash": "^3.3.0",
"mongoose": "3.6.15",
"nodemon": "^1.3.7",
"socket.io": "^1.3.4"
},
"devDependencies": {
"babel-core": "5.1.11",
"babel-loader": "5.0.0",
"coffee-loader": "0.7.2",
"css-loader": "0.11.2",
"imports-loader": "0.6.3",
"node-sass": "2.0.1",
"sass-loader": "0.4.0",
"style-loader": "0.11.0",
"webpack": "1.8.9",
"webpack-dev-server": "1.8.2"
}
}