forked from sourcebitsllc/chocolatechip-ui
-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathbower.json
44 lines (44 loc) · 954 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
{
"name": "ChocolateChipJS",
"version": "3.8.8",
"homepage": "https://github.com/sourcebits-robertbiggs/ChocolateChipJS",
"authors": [
"sourcebits-robertbiggs <robert.biggs@sourcebits.com>"
],
"description": "A JavaScript library for mobile Web app development.",
"main": [
"dist/chui-3.8.6.js",
"dist/chui-3.8.6.min.js",
"dist/chui-android-3.8.6.css",
"dist/chui-android-3.8.6.min.css",
"dist/chui-ios-3.8.6.css",
"dist/chui-ios-3.8.6.min.css",
"dist/chui-win-3.8.6.css",
"dist/chui-win-3.8.6.min.css",
"dist/typings"
],
"keywords": [
"javascript",
"mobile",
"chocolatechipjs"
],
"license": "MIT",
"ignore": [
".*",
"**/.*",
"gulpfile.js",
"LINCESE",
"node_modules",
"bower_components",
"src",
"pics",
"images",
"chui",
"data",
"examples-android",
"examples-ios",
"examples-win",
"package.json",
"README.md"
]
}