-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
{
"name": "dashy-admin-ui",
"version": "0.0.1",
"scripts": {
"postinstall": "bower install",
"start": "gulp serve",
"test": "karma start karma.config.js --single-run",
"build": "gulp",
"deploy": "gulp deploy"
},
"devDependencies": {
"bower": "^1.3.12",
"chai": "^1.10.0",
"connect": "^3.3.4",
"connect-livereload": "^0.5.2",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-cache": "^0.2.4",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.1",
"gulp-flatten": "^0.0.4",
"gulp-gh-pages": "^0.4.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.9.2",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^0.1.8",
"gulp-plumber": "^0.6.6",
"gulp-replace": "^0.5.2",
"gulp-rev": "^3.0.0",
"gulp-rev-replace": "^0.3.3",
"gulp-rsync": "0.0.5",
"gulp-ruby-sass": "^1.0.0-alpha",
"gulp-size": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"lazypipe": "^0.2.2",
"main-bower-files": "^2.5.0",
"mocha": "^2.1.0",
"opn": "^1.0.1",
"run-sequence": "^1.0.2",
"serve-index": "^1.6.1",
"serve-static": "^1.8.1",
"wiredep": "^2.2.2"
},
"engines": {
"node": ">=0.10.0"
}
}