forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 890 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "ionic-angular",
"version": "<%= ionicVersion %>",
"description": "An advanced HTML5 mobile app framework built on Angular2",
"license": "MIT",
"keywords": ["ionic", "framework", "mobile", "app", "hybrid", "webapp", "cordova"],
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic.git#2.0`"
},
"dependencies": {
"colors": "^1.1.2",
"inquirer": "0.11.0",
"lodash": "3.10.1",
"mkdirp-no-bin": "0.5.1",
"q": "1.4.1"
},
"peerDependencies": {
"@angular/common": "^<%= angularVersion %>",
"@angular/compiler": "^<%= angularVersion %>",
"@angular/core": "^<%= angularVersion %>",
"@angular/platform-browser": "^<%= angularVersion %>",
"@angular/platform-browser-dynamic": "^<%= angularVersion %>",
"@angular/http": "^<%= angularVersion %>",
"@angular/router": "^<%= angularVersion %>"
}
}