This repository was archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "opennmt-benchmark",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"jshint": "jshint ./app.js ./bin/www ./public/javascripts/**.js ./lib/**.js",
"jscs": "jscs ./app.js ./bin/www ./public/javascripts/**.js ./lib/**.js",
"jadelint": "jade-lint views/**.pug"
},
"dependencies": {
"async": "^2.1.4",
"body-parser": "~1.15.2",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-session": "^1.14.2",
"fs.extra": "^1.3.2",
"i18n": "^0.8.3",
"iso-639-1": "^1.3.0",
"js-yaml": "^3.7.0",
"mongodb": "^2.2.19",
"mongoose": "^4.7.6",
"mongoose-unique-validator": "^1.0.3",
"multiparty": "^4.1.2",
"nconf": "^0.8.4",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"pug": "^2.0.0-beta10",
"serve-favicon": "~2.3.0",
"tmp": "0.0.31",
"winston": "^2.3.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-jscs": "^4.0.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^2.0.4",
"gulp-pug-lint": "^0.1.6",
"gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
}
}