-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.35 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "Express-Mongoose-and-Socket.io-Skeleton",
"version": "0.0.1",
"private": true,
"engines": {
"node": "4.x.x"
},
"scripts": {
"lint": "jscs src tools",
"clean": "./node_modules/babel-cli/bin/babel-node.js tools/run clean",
"copy": "./node_modules/babel-cli/bin/babel-node.js tools/run copy",
"bundle": "./node_modules/babel-cli/bin/babel-node.js tools/run bundle",
"build": "./node_modules/babel-cli/bin/babel-node.js tools/run build",
"serve": "./node_modules/babel-cli/bin/babel-node.js tools/run serve",
"version": "which babel",
"start": "./node_modules/babel-cli/bin/babel-node.js tools/run start"
},
"dependencies": {
"animate.css": "^3.4.0",
"assetmanager": "^1.2.2",
"async": "^1.5.0",
"babel-core": "6.3.17",
"babel-plugin-transform-runtime": "^6.3.13",
"bcrypt": "^0.8.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.14.1",
"bootstrap-social": "^4.11.0",
"cheerio": "^0.19.0",
"compression": "^1.6.0",
"connect-mongo": "^0.8.2",
"connect-redis": "^3.0.1",
"crypto": "0.0.3",
"csurf": "^1.8.3",
"debug": "~2.2.0",
"dotenv": "^1.2.0",
"errorhandler": "^1.4.2",
"express": "~4.13.3",
"express-flash": "0.0.2",
"express-force-ssl": "^0.3.0",
"express-session": "^1.12.1",
"express-sslify": "^1.0.1",
"express-validator": "^2.18.0",
"fastclick": "^1.0.6",
"fbgraph": "^1.1.0",
"github-api": "^0.10.7",
"google-auth-library": "^0.9.7",
"grant-express": "^3.5.3",
"helmet": "^0.15.0",
"jade": "~1.11.0",
"lastfm": "^0.9.2",
"lodash": "^3.10.1",
"method-override": "^2.3.5",
"moment": "^2.10.6",
"mongoose": "^4.3.1",
"morgan": "~1.6.1",
"node-foursquare": "^0.3.0",
"nodemailer": "^1.10.0",
"normalize.css": "3.0.3",
"numeral": "^1.5.3",
"paypal-rest-sdk": "^1.6.7",
"purest": "^2.0.0",
"querystring": "^0.2.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"request": "^2.67.0",
"require-tree": "^1.1.1",
"semver": "^5.1.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.3.7",
"source-map-support": "0.4.0",
"stripe": "^4.1.0",
"tumblr": "^0.4.1",
"twilio": "^3.1.0-edge",
"twit": "^2.1.1"
},
"devDependencies": {
"autoprefixer": "^6.1.2",
"babel": "^6.3.13",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-eslint": "*",
"babel-loader": "*",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"bluebird": "^3.0.6",
"browser-sync": "^2.10.0",
"bs-fullscreen-message": "^1.0.1",
"css-loader": "^0.23.0",
"del": "^2.2.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"gaze": "^0.5.2",
"json-loader": "^0.5.4",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"nodemon": "^1.8.1",
"postcss": "^5.0.12",
"postcss-import": "^7.1.3",
"postcss-loader": "^0.8.0",
"precss": "^1.3.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.0",
"replace": "^0.3.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}