-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
88 lines (88 loc) · 2.47 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
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
{
"name": "civic-client",
"version": "0.0.12",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/genome/civic-client"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"browserify": "^13.0.1",
"browserify-shim": "^3.8.3",
"bufferstreams": "^1.1.1",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-jquery": "^2.0.0",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"del": "^2.2.0",
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-angular-protractor": "^0.1.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.5",
"gulp-cdnizer": "^1.1.6",
"gulp-connect": "^5.0.0",
"gulp-csso": "^2.0.0",
"gulp-debug": "^3.1.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-karma": "0.0.5",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-ngdocs": "^0.2.13",
"gulp-protractor": "^2.4.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.0",
"http-proxy": "^1.13.3",
"jquery": "^3.0.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jquery-chai": "^0.1.3",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-ng-json2js-preprocessor": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "0.0.26",
"main-bower-files": "^2.13.1",
"mocha": "^2.5.3",
"path": "^0.12.7",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^3.3.0",
"proxy-middleware": "^0.15.0",
"require-dir": "^0.3.0",
"sinon": "^1.17.6",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.7.0",
"through2": "^2.0.3",
"uglify-save-license": "^0.4.1",
"url": "^0.11.0",
"wallaby-ng-html2js-preprocessor": "^0.1.0",
"watchify": "^3.7.0",
"wiredep": "^4.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}