-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.28 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
{
"name": "atm-uy",
"version": "0.0.1",
"private": true,
"dependencies": {
"body-parser": "1.6.x",
"cookie-parser": "1.3.x",
"debug": "1.0.x",
"express": "4.8.x",
"hiredis": "0.1.x",
"jade": "1.5.x",
"mongodb": "1.4.x",
"mongoskin": "1.4.x",
"morgan": "1.2.x",
"node-uuid": "1.4.x",
"redis": "0.11.x",
"revalidator": "0.2.x",
"serve-favicon": "2.0.x"
},
"devDependencies": {
"chai": "1.9.x",
"chai-datetime": "1.3.x",
"coffee-script": "1.7.x",
"coveralls": "^2.11.1",
"gulp": "3.8.x",
"gulp-autoprefixer": "0.0.7",
"gulp-cache": "^0.1.3",
"gulp-coffee": "2.1.x",
"gulp-concat": "^2.2.0",
"gulp-imagemin": "^0.2.0",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^1.3.1",
"gulp-minify-css": "^0.3.1",
"gulp-mocha": "^0.4.1",
"gulp-notify": "^1.2.5",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-ruby-sass": "^0.4.3",
"gulp-task-listing": "^0.2.2",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"istanbul": "^0.3.0",
"mocha": "1.21.x",
"supertest": "0.13.x",
"tiny-lr": "^0.0.5"
},
"scripts": {
"start": "node ./bin/www",
"debug": "node --debug ./bin/www",
"test": "make test",
"test-cov": "make test-cov"
}
}