forked from dfci/matchminer-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.35 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
{
"name": "matchminerui",
"private": true,
"devDependencies": {
"angular-data-table": "~0.4.8",
"autoprefixer-core": "^5.2.1",
"browser-sync": "^2.12.8",
"browser-sync-spa": "~1.0.3",
"connect-modrewrite": "^0.9.0",
"del": "^2.2.0",
"eslint-plugin-angular": "~1.0.1",
"express": "^4.13.4",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-csscomb": "^3.0.7",
"gulp-csslint": "^0.2.2",
"gulp-cssmin": "^0.1.7",
"gulp-cssnano": "~2.1.1",
"gulp-csso": "^1.1.0",
"gulp-debug": "^2.1.2",
"gulp-documentation": "^2.2.0",
"gulp-eslint": "~2.0.0",
"gulp-exec": "2.1.2",
"gulp-filter": "3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "~2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "~4.0.0",
"gulp-jslint": "^0.2.2",
"gulp-less": "~3.1.0",
"gulp-load-plugins": "~1.2.2",
"gulp-markdown": "^1.2.0",
"gulp-ng-annotate": "~2.0.0",
"gulp-ng-constant": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "~2.3.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~7.0.0",
"gulp-rev-replace": "~0.4.2",
"gulp-size": "~2.1.0",
"gulp-sourcemaps": "~2.0.0-alpha",
"gulp-uglify": "~1.5.3",
"gulp-useref": "~3.1.0",
"gulp-util": "~3.0.6",
"gulp-watch": "^4.3.5",
"gulp-wiredep": "0.0.0",
"htmlhint": "^0.9.12",
"http-proxy-middleware": "^0.15.2",
"jasmine-core": "^2.4.1",
"jit-grunt": "^0.9.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.22",
"karma-angular-filesort": "~1.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^0.3.8",
"karma-ng-html2js-preprocessor": "~1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "~1.4.0",
"karma-safari-launcher": "^1.0.0",
"karma-wiredep": "^1.0.2",
"lazypipe": "^1.0.1",
"phantomjs-prebuilt": "2.1.7",
"request": "^2.72.0",
"run-sequence": "^1.1.5",
"stream-series": "^0.1.1",
"time-grunt": "^1.0.0",
"underscore": "1.8.3"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "bower install; grunt test"
}
}