-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.58 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.58 KB
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
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"prepublish": "gulp build"
},
"dependencies": {
"autoprefixer-core": "^5.1.5",
"body-parser": "^1.11.0",
"bower": "^1.3.12",
"coffee-loader": "^0.7.2",
"coffee-reactify": "^2.4.1",
"coffee-script": "^1.9.0",
"cookie-parser": "^1.3.3",
"debug": "^2.1.1",
"del": "^1.1.1",
"ejs": "^2.3.1",
"elo-rank": "^0.2.2",
"email-templates": "^1.2.1",
"express": "^4.11.2",
"flux": "^2.0.1",
"gulp": "^3.8.11",
"gulp-less": "^1.3.9",
"gulp-livereload": "^3.7.0",
"gulp-nodemon": "^1.0.5",
"gulp-plumber": "^0.6.6",
"gulp-postcss": "^4.0.3",
"gulp-util": "^3.0.3",
"gulp-webpack": "^1.2.0",
"handlebars": "^3.0.1",
"jquery": "^2.1.3",
"keymirror": "^0.1.1",
"lodash": "^3.3.1",
"moment": "^2.9.0",
"moment-timezone": "^0.3.1",
"mongoose": "~4.0",
"mongoose-deep-populate": "^1.1.0",
"morgan": "^1.5.1",
"multer": "^0.1.8",
"nodemailer": "^1.3.2",
"object-assign": "^2.0.0",
"qwest": "^1.5.9",
"react": "^0.12.2",
"react-maskedinput": "^2.0.0",
"react-router": "^0.12.2",
"react-select": "^0.3.4",
"react-swipeable": "^3.0.0",
"reactify": "^1.0.0",
"run-sequence": "^1.0.2",
"serve-favicon": "^2.2.0",
"socket.io": "^1.3.4",
"transform-loader": "^0.2.1"
},
"devDependencies": {
"gulp-coffee": "^2.3.1",
"gulp-open": "^0.3.2",
"gulp-run": "^1.6.7",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.1.0",
"gulp-usemin": "^0.3.11"
}
}