forked from madebysource/pho-devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.9 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
75
76
77
{
"name": "pho-devstack",
"version": "1.1.0",
"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",
"tdd",
"testing",
"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": "^4.1.2",
"browserify-ngmin": "^0.1.0",
"casperjs": "^1.1.0-beta3",
"chalk": "^0.4.0",
"event-stream": "~3.1.0",
"glob-stream": "^3.1.9",
"gulp-base64": "~0.0.3",
"gulp-clean": "~0.2.4",
"gulp-filter": "^0.4.1",
"gulp-htmlmin": "~0.1.2",
"gulp-imagemin": "^0.1.5",
"gulp-jscs": "^0.5.0",
"gulp-jshint": "^1.6.1",
"gulp-less": "~1.2.3",
"gulp-livereload": "~1.3.0",
"gulp-load-plugins": "^0.5.0",
"gulp-newer": "~0.3.0",
"gulp-plumber": "~0.6.0",
"gulp-rename": "~1.2.0",
"gulp-sprites-preprocessor": "^0.1.1",
"gulp-substituter": "~0.2.1",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.1",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "^0.2.1",
"karma-mocha-reporter": "^0.2.2",
"node.extend": "~1.0.10",
"through2": "^0.4.1",
"uglifyify": "~2.1.1",
"vinyl-source-stream": "~0.1.1",
"watchify": "~0.10.0",
"yargs": "^1.2.1"
},
"peerDependencies": {
"gulp": "~3.6.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=0.10.0"
}
}