-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
81 lines (81 loc) · 2.32 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "spotify-watcher",
"version": "0.0.1",
"description": "Watch spotify playlist",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"author": "Amitava Saha <[email protected]> (https://github.com/amitava82)",
"license": "Apache-2.0",
"dependencies": {
"agenda": "^0.8.1",
"async": "^1.5.2",
"autobind-decorator": "^1.3.3",
"autoprefixer": "^6.3.1",
"babel-core": "^6.4.5",
"babel-register": "^6.4.3",
"bcrypt": "^0.8.6",
"bluebird": "^3.1.5",
"body-parser": "^1.14.2",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"classnames": "^2.2.3",
"compression": "^1.6.1",
"config": "^1.19.0",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"ejs-mate": "^2.3.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"flux-standard-action": "^0.6.1",
"history": "^2.0.0",
"lodash": "^4.0.1",
"moment": "^2.13.0",
"mongoose": "^4.3.7",
"nodemailer": "^2.1.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"normalizr": "^2.0.0",
"passport": "^0.3.2",
"passport-oauth2-refresh": "^1.0.0",
"passport-spotify": "^0.3.0",
"qs": "^6.1.0",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.7",
"react-ga": "^2.1.1",
"react-helmet": "^2.3.1",
"react-redux": "^4.1.2",
"react-router": "^2.0.0",
"react-router-bootstrap": "^0.20.1",
"react-router-redux": "^2.1.0",
"react-toggle-switch": "^2.1.2",
"redis": "^2.4.2",
"redux": "^3.1.5",
"redux-thunk": "^2.0.1",
"request": "^2.69.0",
"scroll-behavior": "^0.3.2",
"sendgrid": "^2.0.0",
"serve-favicon": "^2.3.0",
"spotify-web-api-node": "^2.3.0",
"superagent": "^1.7.2",
"uuid": "^2.0.1"
},
"devDependencies": {
"babel-loader": "^6.2.1",
"babel-plugin-syntax-decorators": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-postcss": "^0.7.1",
"grunt-sass": "^1.1.0",
"load-grunt-tasks": "^3.4.0",
"postcss-cli-simple": "^1.0.0",
"react-g-analytics": "^0.2.6",
"webpack": "^1.12.12"
}
}