forked from ionic-team/ionic-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 838 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 838 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
28
29
30
31
32
33
34
35
36
37
{
"name": "ionic",
"version": "1.0.0-beta",
"preferGlobal": true,
"description": "A tool for creating and building Ionic Framework mobile apps.",
"homepage": "http://ionicframework.com/",
"bin": {
"ionic": "bin/ionic"
},
"keywords": [
"ionic",
"ionic framework",
"mobile",
"html5",
"cordova",
"phonegap"
],
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic-cli.git"
},
"author": "Max Lynch <[email protected]> and Peter Collins <[email protected]>",
"license": "MIT",
"dependencies": {
"archiver": "0.5.1",
"event-stream": "3.0.x",
"form-data": "~0.1.0",
"ncp": "0.4.2",
"optimist": "0.6.0",
"prompt": "0.2.12",
"request": "2.27.0",
"shelljs": "0.2.6",
"unzip": "0.1.9",
"q": "^1.0.1",
"colors": "^0.6.2"
}
}