-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "union-ractive-project-template",
"version": "0.0.1",
"devDependencies": {
"browser-sync": "1.1.x",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.6",
"gulp-bower-files": "^0.2.1",
"gulp-cache": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-csso": "^0.2.9",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-imagemin": "^0.5.0",
"gulp-inject": "~0.4.1",
"gulp-jshint": "^1.5.3",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.3",
"gulp-load-plugins": "^0.5.0",
"gulp-minify-html": "~0.1.3",
"gulp-plumber": "^0.6.3",
"gulp-protractor": "0.0.7",
"gulp-replace": "~0.3.0",
"gulp-rev": "^1.0.0",
"gulp-rev-replace": "^0.3.0",
"gulp-size": "^0.3.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^0.6.0",
"gulp-riot": "^0.1.2",
"http-proxy": "~1.1.4",
"jshint-stylish": "^0.1.5",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"less": "^1.7.4",
"phantomjs": "~1.9.7-8",
"protractor": "~0.24.2",
"require-dir": "~0.1.0",
"uglify-save-license": "^0.4.1",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"gulp-util": "^3.0.1",
"gulp-wrap-amd": "^0.4.1",
"riot": "^2.0.2",
"through2": "^0.6.3"
}
}