forked from framework7io/framework7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.2 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": "1.5.4",
"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://framework7.io/",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.2.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-header": "^1.8.8",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.0",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
},
"scripts": {
"test": "gulp test"
}
}