forked from OnsenUI/OnsenUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
57 lines (57 loc) · 1.26 KB
/
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
48
49
50
51
52
53
54
55
56
57
{
"name": "OnsenUI",
"version": "1.0.4",
"homepage": "http://onsenui.io",
"authors": [
"Kruy Vanna <[email protected]>",
"Mitsunori KUBOTA <[email protected]>"
],
"description": "Web Component inspired HTML5 UI framework for building modern mobile application",
"main": [
"build/js/onsenui.js"
],
"styles": [
"build/css/onsenui.css"
],
"themes": [
"build/css/topcoat-mobile-onsen-blue.css",
"build/css/topcoat-mobile-onsen-green.css",
"build/css/topcoat-mobile-onsen-orange.css",
"build/css/topcoat-mobile-onsen-pink.css",
"build/css/topcoat-mobile-onsen-purple.css",
"build/css/topcoat-mobile-onsen-yellow.css",
"build/css/topcoat-mobile-onsen-ios7.css",
"build/css/topcoat-mobile-onsen-android4_4.css"
],
"keywords": [
"onsenui",
"angular",
"html5",
"cordova",
"phonegap",
"web",
"component",
"monaca"
],
"dependencies": {
"angular": "~1.2.10"
},
"license": "Apache License, Version 2.0",
"ignore": [
"**/.*",
"app",
"demo",
"package.json",
"themes",
"node_modules",
"component_demo",
"config",
"framework",
"project_templates",
"scripts",
"test",
"Gruntfile.js",
"plugin_info.json",
"build/js/angular"
]
}