-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
32 lines (32 loc) · 959 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
{
"name": "ZeptoBuilder",
"description": "Zepto Builder will let you generate a custom version of Zepto that just includes the modules you need.",
"version": "1.0.0-beta",
"homepage": "http://github.e-sites.nl/ZeptoBuilder",
"repository": {
"type": "git",
"url": "https://github.com/e-sites/ZeptoBuilder.git"
},
"license": "MIT",
"author": {
"name": "E-sites",
"email": "[email protected]",
"web": "http://e-sites.nl/"
},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.8.10",
"gulp-filter": "^1.0.2",
"gulp-html-minifier": "^0.1.6",
"gulp-minify-css": "^0.3.0",
"gulp-minify-inline": "^0.1.1",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.1",
"gulp-uglify": "^1.0.2",
"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"
}
}