mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"name": "ionic",
|
|
"version": "0.0.1",
|
|
"description": "A utility for starting Ionic projects.",
|
|
"homepage": "http://ionicframework.com/",
|
|
"main": "ionic.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Max Lynch <max@drifty.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"optimist": "0.0.2",
|
|
"wrench": "1.5.1"
|
|
}
|
|
}
|