-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 935 Bytes
/
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
{
"name": "pack",
"version": "1.0.0",
"description": "install all what you need",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demchenkodenis/pack.git"
},
"keywords": [
"gulp",
"modules",
"bower",
"npm"
],
"author": "denis demchenko",
"license": "ISC",
"bugs": {
"url": "https://github.com/demchenkodenis/pack/issues"
},
"homepage": "https://github.com/demchenkodenis/pack#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-csso": "^2.0.0",
"gulp-dest-clean": "^0.5.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-sass": "^3.1.0",
"gulp-server-livereload": "^1.9.2",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-watch": "^4.3.11"
}
}