forked from ram-sharma/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 851 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
{
"name": "appjs",
"version": "2.0.12",
"homepage": "http://code.kik.com/app/",
"authors": [
"Jairaj Sethi <[email protected]>"
],
"description": "Lightweight JavaScript UI library for creating mobile webapps that behave like native apps, sacrificing neither performance nor polish",
"main": [
"dist/app.js",
"dist/app.min.js",
"dist/app.css",
"dist/app.min.css",
"dist/base.css",
"dist/base.min.css",
"dist/default.css",
"dist/default.min.css"
],
"moduleType": [
"globals"
],
"keywords": [
"app",
"appjs",
"mobile",
"ui"
],
"license": "MIT",
"ignore": [
".DS_Store",
".gitignore",
"1",
"2",
"LICENSE.txt",
"README.md",
"_layouts",
"_site",
"appjs-v2.zip",
"bower.json",
"build",
"bundle",
"index.html",
"src"
]
}