-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.26 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
{
"name": "gulpit",
"version": "1.0.72",
"description": "Gulpit is an easy and fast configurable task library built around Gulp useable with a CLI",
"main": "cli.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sarcadass/gulpit.git"
},
"directories": {},
"scripts": {},
"keywords": [
"gulp",
"builder",
"taskLibrary",
"starter",
"front",
"sass",
"less",
"uglify",
"browserify"
],
"author": "Benjamin Blonde",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.2.1",
"browserify": "^11.2.0",
"chalk": "^1.1.1",
"deepmerge": "^0.2.10",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-duration": "0.0.0",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"lodash.assign": "^3.2.0",
"lodash.capitalize": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vorpal": "^1.4.1",
"watchify": "^3.4.0"
},
"bin": {
"gulpit": "./cli.js"
}
}