-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 KB
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
{
"name": "gulp-workflow",
"version": "0.0.1",
"description": "Ignia's default front-end workflow using Gulp, Bower, and Sass",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Ignia/gulp-workflow.git"
},
"keywords": [
"Gulp",
"Bower",
"Sass",
"workflow",
"build",
"process",
"boilerplate",
"Ignia"
],
"author": "Ignia, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ignia/gulp-workflow/issues"
},
"homepage": "https://github.com/Ignia/gulp-workflow",
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-babel": "^4.0.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jsonminify": "0.0.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-html": "^1.0.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"imagemin-pngcrush": "^4.0.0",
"jsonminify": "^0.2.3"
}
}