This repository was archived by the owner on Apr 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.65 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.65 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
91
{
"name": "jscode",
"version": "0.0.1",
"main": "./app.js",
"scripts": {
"start": "node ./app.js",
"prepublish": "npm prune",
"test": "NODE_ENV=test mocha --reporter spec --bail --check-leaks --require test/support/should test/",
"test-cov": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require test/support/should test/",
"test-travis": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require test/support/should test/"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.3.0",
"bootable": "^0.2.3",
"bootable-environment": "^0.2.0",
"chalk": "^0.5.1",
"compression": "^1.0.6",
"connect": "^3.1.1",
"connect-flash": "^0.1.1",
"connect-livereload": "^0.4.0",
"cookie-parser": "^1.1.0",
"crypto": "^0.0.3",
"csurf": "^1.2.1",
"ejs": "^1.0.0",
"electrolyte": "0.0.3",
"errorhandler": "^1.0.1",
"express": "^4.4.1",
"express-paginate": "0.0.2",
"express-session": "^1.2.1",
"helmet": "^0.4.0",
"igloo": "0.0.5",
"jade": "^1.3.1",
"jade-amd": "^0.2.2",
"less": "^1.7.5",
"less-middleware": "^1.0.3",
"method-override": "^2.0.1",
"mkdirp": "^0.5.0",
"moment": "^2.8.3",
"mongoose": "^3.8.16",
"mongoose-json-select": "^0.2.1",
"mongoose-paginate": "^3.1.1",
"ncp": "^0.6.0",
"pluralize": "^1.0.0",
"q": "^1.0.1",
"randomstring-extended": "^1.0.0",
"recluster": "^0.3.7",
"response-time": "^2.2.0",
"serve-favicon": "^2.0.0",
"serve-static": "^1.2.1",
"strength": "^0.1.4",
"underscore": "^1.6.0",
"underscore.string": "^2.3.3",
"uuid": "^2.0.1",
"validator": "^3.13.0",
"winston-request-logger": "^1.0.5"
},
"devDependencies": {
"chai": "^1.9.1",
"cheerio": "^0.17.0",
"cookie": "^0.1.2",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-bower": "0.0.6",
"gulp-csso": "^0.2.9",
"gulp-exit": "0.0.2",
"gulp-filter": "^1.0.2",
"gulp-imagemin": "^1.2.1",
"gulp-jade-usemin": "^0.0.3",
"gulp-jshint": "^1.8.5",
"gulp-less": "^1.3.6",
"gulp-minify-html": "^0.1.6",
"gulp-mocha": "^1.1.1",
"gulp-rev": "^1.1.0",
"gulp-rev-all": "^0.6.6",
"gulp-rev-css-url": "0.0.8",
"gulp-sourcemaps": "^1.2.2",
"gulp-uglify": "^1.0.1",
"imagemin-pngcrush": "^3.1.0",
"istanbul": "^0.3.2",
"jshint-stylish": "^0.2.0",
"mocha": "^1.21.4",
"run-sequence": "^0.3.6",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0",
"supertest": "^0.13.0",
"through2": "^0.6.1",
"tiny-lr": "^0.1.4"
},
"private": true
}