forked from framework7io/framework7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.23 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
{
"name": "Framework7",
"version": "0.9.4",
"description": "Full Featured HTML Framework For Building iOS 7 Apps",
"main": "dist/",
"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": {
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.6.0",
"jshint": "~2.5.2",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-jade": "~0.12.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-open": "~0.2.3",
"jshint-stylish": "~0.4.0",
"time-grunt": "~0.4.0"
},
"scripts": {
"test": "grunt test"
}
}