-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
69 lines (69 loc) · 1.73 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
{
"name": "pho-devstack",
"version": "1.5.1",
"description": "Automated workflow for front-end developers in one tasty bowl of code",
"license": "MIT",
"homepage": "https://github.com/madebysource/pho-devstack",
"repository": {
"type": "git",
"url": "https://github.com/madebysource/pho-devstack"
},
"bugs": "https://github.com/madebysource/pho-devstack/issues",
"keywords": [
"build",
"web",
"app",
"front-end",
"lint",
"gulp",
"browserify",
"less",
"css",
"lesshat",
"minify",
"image-min"
],
"author": "Pavel Gavlík <[email protected]>",
"contributors": [
"Petr Brzek <[email protected]>",
"Jan Šedivý <[email protected]>"
],
"dependencies": {
"browserify": "^10.2.4",
"chalk": "^1.0.0",
"del": "^1.2.0",
"glob-stream": "^5.0.0",
"gulp": "^3.8.10",
"gulp-base64": "^0.1.3",
"gulp-filter": "^2.0.2",
"gulp-htmlmin": "^1.1.3",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.1",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.0",
"gulp-newer": "^0.5.1",
"gulp-ng-annotate": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "~1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-sprites-preprocessor": "^0.1.1",
"gulp-substituter": "^0.3.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^2.0.1",
"merge-stream": "^0.1.1",
"node.extend": "^1.1.5",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=0.10.0"
}
}