-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.98 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
{
"name": "gulp-modular",
"version": "0.3.8",
"description": "Boilerplate gulp tasks for quick project setup.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"defaultConfiguration.js",
"sample-gulpfile.js",
"tasks"
],
"repository": {
"type": "git",
"url": "https://github.com/stomt/gulp-modular"
},
"keywords": [
"gulp"
],
"author": "Sebastian Henneberg <dev@sebastianhenneberg.de> (http://sebastianhenneberg.de/)",
"contributors": [
"Max Klenk <max@klenk.biz>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stomt/gulp-modular/issues"
},
"homepage": "https://github.com/stomt/gulp-modular",
"dependencies": {
"browser-sync": "^2.9.1",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.2.0",
"extend": "^3.0.0",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-bower": "^0.0.13",
"gulp-clean-css": "^3.0.2",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-debug": "^3.0.0",
"gulp-flatten": "^0.3.1",
"gulp-gh-pages": "^0.5.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.0",
"gulp-maven-deploy": "^0.2.2",
"gulp-minify-html": "^1.0.3",
"gulp-minify-inline": "^0.2.0",
"gulp-newer": "^1.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-constant": "^2.0.0-2",
"gulp-ng-html2js": "^0.2.0",
"gulp-plumber": "^1.0.1",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"jshint": "^2.9.1",
"jshint-stylish": "^2.0.1",
"main-bower-files": "^2.8.0",
"merge-stream": "^1.0.0",
"node-sass-globbing": "^0.0.23",
"underscore": "^1.8.3"
}
}