forked from north/gulp-style-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.5 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
{
"name": "gulp-style-prototype",
"version": "0.5.0",
"description": "Gulp Runners for Style Prototypes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"helpers",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/north/gulp-style-prototype"
},
"keywords": [
"gulp",
"gulpplugin",
"style-prototype",
"rwd",
"design",
"in",
"browser"
],
"author": {
"name": "Sam Richard",
"url": "https://snugug.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/north/gulp-style-prototype/issues"
},
"homepage": "https://github.com/north/gulp-style-prototype",
"dependencies": {
"compass-options": "^0.1.1",
"jshint-stylish": "^0.1.5",
"js-yaml": "^3.0.2",
"gulp-filter": "^0.4.1",
"gulp-plumber": "^0.6.1",
"gulp-clean": "^0.2.4",
"gulp-shell": "^0.2.4",
"gulp-subtree": "^0.1.0",
"gulp-watch": "^0.6.2",
"gulp-jshint": "^1.5.5",
"browser-sync": "^0.8.2",
"path": "^0.4.9",
"jsonfile": "^1.1.1",
"underscore.string": "^2.3.3",
"chalk": "^0.4.0",
"event-stream": "^3.1.4",
"walk": "^2.3.1",
"gulp-util": "^2.2.14",
"fs-extra": "^0.8.1",
"run-sequence": "^0.3.6",
"gulp-minify-css": "^0.3.4",
"gulp-rev": "^0.4.0",
"gulp-usemin": "^0.3.3",
"gulp-uglify": "^0.3.0",
"gulp-imagemin": "^0.5.0",
"imagemin-pngcrush": "^0.1.0"
}
}