forked from OnsenUI/OnsenUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 868 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": "OnsenUI",
"version": "1.1.2-dev",
"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",
"build/css/onsen-css-components.css"
],
"keywords": [
"onsenui",
"angular",
"html5",
"cordova",
"phonegap",
"web",
"component",
"monaca"
],
"dependencies": {
"angular": "~1.2.10"
},
"license": "Apache License, Version 2.0",
"ignore": [
"**/.*",
"app",
"demo",
"docs",
"package.json",
"css-components",
"node_modules",
"config",
"framework",
"project_templates",
"test",
"gulpfile.js"
]
}