forked from Cloud-CV/EvalAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.3 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": "evalai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^8.2.0",
"connect-modrewrite": "^0.10.2",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^3.3.0",
"fs": "0.0.1-security",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-eslint": "^4.0.2",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.2.0",
"gulp-path": "^4.0.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"lodash": "^4.16.6",
"merge-stream": "^1.0.0",
"node-sass": "^4.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Cloud-CV/EvalAI.git"
},
"devDependencies": {
"angular-mocks": "1.7.0",
"istanbul": "^0.4.5",
"jasmine-core": "^3.4.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^1.1.2",
"karma-coveralls": "^2.1.0",
"karma-jasmine": "^2.0.1",
"puppeteer": "^1.16.0"
}
}