forked from FastGap/fastgap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·47 lines (47 loc) · 1008 Bytes
/
bower.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
{
"name": "FastGap",
"version": "0.0.49",
"homepage": "http://fastgap.mobi/",
"authors": [
"Gustavo Costa <gustavo.costa.w@gmail.com>",
"Mayron Cachina <mayroncachina@gmail.com>",
"Daniel Torres <danielfeelfine@gmail.com>",
"Ivan Santos <pragmaticivan@gmail.com>"
],
"description": "Faster PhoneGap Template",
"keywords": [
"fastgap",
"mobile",
"phonegap",
"template"
],
"license": "MIT",
"main": [
"dist/js/fastgap.controllers.css",
"dist/js/fastgap.libs.js",
"dist/js/fastgap.core.js",
"dist/js/fastgap.js",
"dist/js/fastgap.min.js",
"dist/css/fastgap.css",
"dist/css/fastgap.min.css"
],
"ignore": [
"**/.*",
"Gruntfile.js",
"*.json",
"CONTRIBUTING.md",
"node_modules",
"bower_components",
"dist/img",
"src",
"test",
"tests"
],
"dependencies": {
"fastclick": "~0.6.11",
"overthrow-dist": "~0.7.0",
"zepto": "~1.1.3",
"topcoat": "~0.8.0",
"snapjs": "*"
}
}