-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.57 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
{
"name": "coverage-web",
"version": "0.1.0",
"description": "The Coverage web interface",
"main": "server/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/billpatrianakos/coverage-web.git"
},
"author": "Bill Patrianakos <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/billpatrianakos/coverage-web/issues"
},
"homepage": "https://github.com/billpatrianakos/coverage-web#readme",
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "^1.15.0",
"bookshelf": "^0.9.2",
"connect-flash": "^0.1.1",
"connect-redis": "^3.0.2",
"csurf": "^1.8.3",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"knex": "^0.10.0",
"lodash": "^4.6.1",
"morgan": "^1.7.0",
"mysql": "^2.10.2",
"q-client": "^0.3.2",
"superagent": "^1.8.3",
"validate.js": "^0.10.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-buffer": "0.0.2",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-live-server": "0.0.29",
"gulp-tap": "^0.1.3",
"gulp-todo": "^4.1.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"sqlite3": "^3.1.2",
"supertest": "^1.2.0"
}
}