Files
ionic-framework/scripts/npm/package.json
2016-01-21 10:50:58 -06:00

22 lines
504 B
JSON

{
"name": "ionic-framework",
"version": "<%= ionicVersion %>",
"license": "Apache-2.0",
"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",
"q": "1.4.1",
"shelljs": "0.5.3"
},
"peerDependencies": {
"angular2": "^<%= angularVersion %>"
}
}