forked from e-sites/Zepto-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "ZeptoBuilder",
"description": "Zepto Builder will let you generate a custom version of Zepto that just includes the modules you need.",
"version": "0.7.1",
"homepage": "http://github.e-sites.nl/ZeptoBuilder",
"repository": {
"type": "git",
"url": "https://github.com/e-sites/ZeptoBuilder.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/e-sites/ZeptoBuilder/LICENSE"
}
],
"author": {
"name": "e-sites",
"email": "[email protected]",
"web": "http://e-sites.nl/"
},
"devDependencies": {
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-filter": "^1.0.2",
"gulp-htmlmin": "^1.0.0",
"gulp-minify-css": "^0.3.0",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.1",
"gulp-uglify": "^1.0.2",
"gulp-uncss": "^1.0.0",
"gulp-useref": "^1.0.2",
"run-sequence": "^1.0.2"
},
"scripts": {
"install": "./node_modules/gulp-uglify/node_modules/uglify-js/bin/uglifyjs --self > assets/js/uglify.min.js && bower i"
}
}