-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 813 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 813 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
25
26
27
28
29
{
"name": "Framework7 Indexed List Plugin",
"repository": {
"type": "git",
"url": "https://github.com/boynet/Framework7-Indexed-List-plugin.git"
},
"description": "Framework7 plugin to add Indexed-List scroll",
"version": "0.2.0",
"author": "boynet",
"homepage": "https://github.com/boynet/Framework7-Indexed-List-plugin",
"keywords": ["mobile", "framework", "ios 7", "ios7", "ios8", "ios 8", "iphone", "ipad", "apple", "phonegap", "native", "touch", "appstore", "app", "f7","indexed list"],
"scripts": [
"dist/framework7.indexed-list.js"
],
"main": [
"dist/framework7.indexed-list.js",
"framework7.indexed-list.css"
],
"license": ["MIT"],
"dependencies": {
},
"ignore": [
".*",
"build",
"Gruntfile.js",
"node_modules",
"package.json"
]
}