-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.4 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
{
"name": "udbs",
"version": "0.0.1",
"scripts": {
"test": "gulp test",
"gulp": "./node_modules/.bin/gulp"
},
"devDependencies": {
"chalk": "^1.1.1",
"del": "^2.0.2",
"element-ui": "^1.0.0-rc.8",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.4.3",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^3.0.0",
"gulp-inject-string": "^1.0.0",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.2",
"gulp-minify-html": "^1.0.4",
"gulp-natural-sort": "^0.1.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-config": "^1.2.1",
"gulp-replace": "^0.5.4",
"gulp-rev": "^6.0.1",
"gulp-rev-collector": "^1.0.2",
"gulp-ruby-sass": "^1.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.4.1",
"jshint-stylish": "^1.0.0",
"merge-stream": "^1.0.0",
"ng-echarts": "^3.0.1",
"open": "0.0.5",
"path": "^0.12.7",
"run-sequence": "^1.1.4",
"streamqueue": "^1.1.1",
"yargs": "^1.3.3"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"angular-bootstrap-colorpicker": "^3.0.25",
"angular-bootstrap-datetimepicker": "^1.1.4",
"bower": "^1.8.2"
}
}