mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
40 lines
746 B
JSON
40 lines
746 B
JSON
{
|
|
"name": "ionic",
|
|
"version": "0.9.11",
|
|
"homepage": "https://github.com/driftyco/ionic",
|
|
"authors": [
|
|
"Max Lynch <max@drifty.com>",
|
|
"Adam Bradley <adam@drifty.com>",
|
|
"Ben Sperry <ben@drifty.com>"
|
|
],
|
|
"description": "Advanced HTML5 hybrid mobile app development framework.",
|
|
"main": [
|
|
"dist/js/ionic.js",
|
|
"dist/js/ionic-angular.js",
|
|
"dist/css/ionic.css",
|
|
"dist/fonts/*"
|
|
],
|
|
"keywords": [
|
|
"mobile",
|
|
"html5",
|
|
"ionic",
|
|
"phonegap",
|
|
"trigger",
|
|
"triggerio",
|
|
"angularjs",
|
|
"angular",
|
|
"ratchet",
|
|
"bootstrap"
|
|
],
|
|
"license": "MIT",
|
|
"private": false,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|