-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 618 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 618 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ToDo7",
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/ToDo7.git"
},
"description": "Framework7 todo demo app",
"version": "1.0.0",
"author": "Vladimir Kharlampidi",
"homepage": "http://www.idangero.us/framework7",
"keywords": ["mobile", "framework", "ios 7", "ios7", "ios8", "ios 8", "iphone", "ipad", "apple", "phonegap", "native", "touch", "appstore", "app", "f7"],
"main": "./",
"license": ["MIT"],
"ignore": [
".*",
"gulpfile.js",
"node_modules",
"package.json",
"libs"
],
"dependencies": {
"framework7": "~1.2.0"
}
}