forked from framework7io/framework7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (65 loc) · 1.69 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
{
"name": "framework7",
"version": "1.4.2-14",
"description": "Full Featured Mobile HTML Framework For Building iOS & Android Apps",
"main": "dist/js/framework7.js",
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Framework7.git"
},
"keywords": [
"mobile",
"framework",
"ios 7",
"ios7",
"ios8",
"ios 8",
"iphone",
"ipad",
"apple",
"phonegap",
"native",
"touch",
"appstore",
"app",
"f7",
"material",
"android",
"google",
"googleplay"
],
"author": "Vladimir Kharlampidi",
"license": [
"MIT"
],
"bugs": {
"url": "https://github.com/nolimits4web/Framework7/issues"
},
"homepage": "http://www.idangero.us/framework7/",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"jshint": "~2.9.1",
"gulp": "~3.9.0",
"gulp-less": "~3.0.5",
"gulp-jade": "~1.1.0",
"gulp-connect": "~2.3.1",
"gulp-open": "~1.0.0",
"gulp-uglify": "~1.5.1",
"gulp-sourcemaps": "~1.6.0",
"gulp-minify-css": "1.2.3",
"gulp-jshint": "~2.0.0",
"gulp-concat": "~2.6.0",
"gulp-rename": "~1.2.2",
"gulp-header": "~1.7.1",
"gulp-tap": "~0.1.3",
"jshint-stylish": "~2.1.0"
},
"scripts": {
"test": "gulp test",
"preinstall": "npm i -g uglify-js;npm i -g csso",
"custom": "gulp custom -searchbar,messages,modals,smart-select,virtual-list,infinite-scroll,scroll-toolbars,tabs,fast-clicks,push-state,swipeout;npm run min",
"min": "uglifyjs custom/js/framework7.custom.min.js -p 10 -c -m -o custom/js/framework7.custom.min.js;csso custom/css/framework7.ios.custom.min.css -o custom/css/framework7.ios.custom.min.css"
}
}