forked from Kitware/CDash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 908 Bytes
/
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
{
"name": "CDash",
"version": "2.5.0",
"description": "Continuous integration dashboard.",
"repository": "https://github.com/Kitware/CDash",
"license": "BSD-3-Clause",
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.7",
"angular-clipboard": "^1.5.0",
"angular-ui-bootstrap": "^2.0.0",
"angular-ui-sortable": "^0.14.3",
"as-jqplot": "^1.0.8",
"d3": "^3.5.17",
"fs-path": "0.0.23",
"ng-file-upload": "^12.0.4",
"nvd3": "^1.8.5"
},
"devDependencies": {
"del": "^2.2.0",
"eslint": "^1.5.1",
"eslint-config-angular": "^0.4.0",
"eslint-plugin-angular": "^0.12.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.0.0",
"gulp-newer": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"protractor": "^2.0.0"
}
}