mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Added bower package file. Fixes #51
This commit is contained in:
31
bower.json
Normal file
31
bower.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "ionic",
|
||||
"version": "0.0.1",
|
||||
"homepage": "https://github.com/driftyco/ionic",
|
||||
"authors": [
|
||||
"Max Lynch <max@drifty.com>"
|
||||
],
|
||||
"description": "Advanced HTML5 hybrid mobile app development framework.",
|
||||
"main": "dist/js/ionic.js",
|
||||
"keywords": [
|
||||
"mobile",
|
||||
"html5",
|
||||
"ionic",
|
||||
"phonegap",
|
||||
"trigger",
|
||||
"triggerio",
|
||||
"angularjs",
|
||||
"angular",
|
||||
"ratchet",
|
||||
"bootstrap"
|
||||
],
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user