UNPKG

597 BJSONView Raw
1{
2 "name": "onsenui",
3 "homepage": "http://onsen.io",
4 "authors": [
5 "Kruy Vanna <kruyvanna@gmail.com>",
6 "Mitsunori KUBOTA <anatoo.jp@gmail.com>"
7 ],
8 "description": "Web Component inspired HTML5 UI framework for building modern mobile application",
9 "main": [
10 "js/onsenui.js",
11 "css/onsenui.css",
12 "css/onsen-css-components.css"
13 ],
14 "keywords": [
15 "onsenui",
16 "angular",
17 "html5",
18 "cordova",
19 "phonegap",
20 "web",
21 "component",
22 "monaca"
23 ],
24 "dependencies": {},
25 "license": "Apache License, Version 2.0",
26 "ignore": [
27 ".npmignore"
28 ]
29}