-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.38 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
43
44
45
46
47
48
49
{
"name": "charlie",
"version": "0.0.0",
"private": true,
"scripts": {
"heroku-postbuild": "webpack --config ./webpack.prod.config.js --progress --colors",
"start": "node app.js",
"prod": "webpack --config ./webpack.prod.config.js --progress --colors",
"dev": "webpack --config ./webpack.config.js --progress --colors"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.1",
"angular-messages": "^1.5.8",
"angular-ui-router": "^1.0.0-beta.2",
"body-parser": "~1.15.1",
"chart.js": "^2.2.2",
"cookie": "^0.3.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.4",
"express-session": "^1.14.0",
"mongodb": "^2.2.9",
"mongoose": "^4.6.0",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-spotify": "^0.3.0",
"passport.socketio": "^3.6.2",
"request": "^2.74.0",
"sessionstore": "^1.2.16",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"spotify-web-api-node": "^2.3.5"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"css-loader": "^0.25.0",
"jshint": "^2.9.3",
"jshint-loader": "^0.8.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-strip": "^0.1.0"
}
}