forked from Cloud-CV/EvalAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "evalai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"del": "^2.2.2",
"eslint": "^3.13.0",
"eslint-config-angular": "^0.2.0",
"eslint-plugin-angular": "^1.6.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.0.0",
"gulp-eslint": "^3.0.1",
"gulp-html-minifier": "^0.1.8",
"gulp-imagemin": "^3.0.3",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-prettyerror": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.0",
"gulp-uglify": "^2.0.0",
"merge-stream": "^1.0.0"
},
"dependencies": {
"connect-modrewrite": "^0.9.0",
"fs": "0.0.1-security",
"gulp-config": "^0.3.0",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.2.0",
"gulp-ng-config": "^1.3.1",
"gulp-path": "^3.0.3",
"lodash": "^4.16.6",
"run-sequence": "^1.2.2"
}
}