-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.23 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.23 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
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
{
"private": true,
"main": "index.js",
"scripts": {
"start": "node index"
},
"dependencies": {
"babel": "5.8.23",
"bcryptjs": "2.2.1",
"bluebird": "2.9.34",
"body-parser": "1.13.3",
"bookshelf": "0.8.2",
"chalk": "1.1.1",
"compression": "1.5.2",
"connect-slashes": "1.3.1",
"crypto": "0.0.3",
"eventemitter3": "^1.1.1",
"express": "4.13.3",
"express-hbs": "0.8.4",
"express-slash": "^2.0.1",
"fbjs": "0.2.1",
"flux": "2.1.1",
"fs-extra": "0.24.0",
"knex": "0.8.6",
"lodash": "3.10.1",
"moment": "2.10.6",
"morgan": "1.6.1",
"mysql": "^2.12.0",
"newrelic": "^1.22.0",
"node-uuid": "1.4.3",
"nodemailer": "1.4.0",
"react": "0.13.3",
"react-redux": "^3.0.1",
"react-router": "0.13.3",
"redux": "^3.0.2",
"request": "2.61.0",
"semver": "5.0.1",
"serve-favicon": "^2.3.0",
"sqlite3": "3.1.8",
"unidecode": "0.1.7",
"validator": "4.0.5",
"winston": "1.0.1"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.1",
"babel-istanbul": "^0.3.20",
"babel-loader": "^5.3.2",
"coveralls": "^2.11.4",
"csscomb": "^3.1.8",
"del": "^2.0.0",
"eslint": "^1.3.1",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.3.1",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-awspublish": "^3.0.0",
"gulp-concat": "^2.6.0",
"gulp-csscomb": "^3.0.6",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jscs": "^2.1.1",
"matchdep": "^0.3.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.3",
"mocha-istanbul": "^0.2.0",
"mocha-lcov-reporter": "^1.0.0",
"nock": "^2.10.0",
"node-sass": "^3.3.2",
"redux-devtools": "^2.1.5",
"rewire": "^2.3.4",
"run-sequence": "^1.1.2",
"should": "^7.1.0",
"sinon": "^1.16.1",
"style-loader": "^0.12.4",
"supertest": "^1.1.0",
"testem": "^0.9.2",
"url-loader": "^0.5.6",
"webpack": "^1.12.2"
}
}