mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"name": "ionic-framework",
|
|
"version": "<%= ionicVersion %>",
|
|
"license": "MIT",
|
|
"keywords": ["ionic", "framework", "mobile", "app", "hybrid", "webapp"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/driftyco/ionic2.git"
|
|
},
|
|
"main": "tooling/index.js",
|
|
"dependencies": {
|
|
"colors": "^1.1.2",
|
|
"inquirer": "0.11.0",
|
|
"lodash": "3.10.1",
|
|
"mkdirp-no-bin": "0.5.1",
|
|
"q": "1.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"angular2": "^<%= angularVersion %>"
|
|
}
|
|
}
|