Files
ionic-framework/bower.json
2013-11-08 13:58:03 -06:00

33 lines
583 B
JSON

{
"name": "ionic",
"version": "0.9.0",
"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",
"components",
"test",
"tests"
]
}