forked from framework7io/framework7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.24 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
{
"name": "framework7",
"version": "1.0.6",
"description": "Full Featured Mobile HTML Framework For Building iOS 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"
],
"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.7.0",
"gulp": "~3.8.11",
"gulp-less": "~3.0.3",
"gulp-jade": "~1.0.0",
"gulp-connect": "~2.2.0",
"gulp-open": "~0.3.2",
"gulp-uglify": "~1.2.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-util": "~3.0.4",
"gulp-minify-css": "1.1.0",
"gulp-jshint": "~1.10.0",
"gulp-concat": "~2.5.2",
"gulp-rename": "~1.2.2",
"gulp-header": "~1.2.2",
"gulp-tap": "~0.1.3",
"jshint-stylish": "~1.0.1"
},
"scripts": {
"test": "gulp test"
}
}