UNPKG

2.84 kBJSONView Raw
1{
2 "name": "ionic",
3 "version": "2.0.0-beta.29",
4 "preferGlobal": true,
5 "description": "A tool for creating and developing Ionic Framework mobile apps.",
6 "homepage": "http://ionicframework.com/",
7 "bin": {
8 "ionic": "bin/ionic"
9 },
10 "scripts": {
11 "changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
12 "gh-release": "node scripts/release",
13 "coveralls": "istanbul cover node_modules/jasmine-node/bin/jasmine-node --captureExceptions spec/ && cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js && rm -rf coverage",
14 "e2e": "jasmine-node --captureExceptions ./e2e",
15 "jasmine": "jasmine-node --captureExceptions ./spec",
16 "lint": "eslint .",
17 "test": "istanbul cover node_modules/jasmine-node/bin/jasmine-node --captureExceptions spec/"
18 },
19 "keywords": [
20 "ionic",
21 "ionic framework",
22 "ionicframework",
23 "mobile",
24 "app",
25 "hybrid",
26 "cordova",
27 "native",
28 "phonegap"
29 ],
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/driftyco/ionic-cli.git"
33 },
34 "contributors": [
35 {
36 "name": "Max Lynch",
37 "email": "max@ionic.io",
38 "web": "https://twitter.com/maxlynch"
39 },
40 {
41 "name": "Peter Collins",
42 "web": "https://twitter.com/SomethingNew2_0"
43 },
44 {
45 "name": "Adam Bradley",
46 "web": "https://twitter.com/adamdbradley"
47 },
48 {
49 "name": "Josh Bavari",
50 "web": "https://twitter.com/jbavari"
51 },
52 {
53 "name": "Tim Lancina",
54 "web": "https://twitter.com/timlancina"
55 },
56 {
57 "name": "Josh Thomas",
58 "web": "https://twitter.com/jthoms1"
59 }
60 ],
61 "license": "MIT",
62 "dependencies": {
63 "cli-table": "0.3.1",
64 "colors": "0.6.2",
65 "expand-tilde": "1.2.0",
66 "form-data": "0.1.4",
67 "gulp": "3.8.8",
68 "gulp-util": "3.0.7",
69 "inquirer": "0.11.2",
70 "ionic-app-lib": "2.0.0-beta.16",
71 "moment": "2.11.1",
72 "open": "0.0.5",
73 "optimist": "0.6.0",
74 "pretty-hrtime": "1.0.2",
75 "progress": "1.1.7",
76 "prompt": "0.2.12",
77 "q": "1.0.1",
78 "request": "2.51.0",
79 "semver": "4.3.6",
80 "serve-static": "1.7.1",
81 "shelljs": "0.2.6",
82 "underscore": "1.7.0",
83 "unzip": "0.1.9"
84 },
85 "devDependencies": {
86 "conventional-changelog-cli": "1.1.1",
87 "coveralls": "^2.2.0",
88 "eslint": "^2.8.0",
89 "github": "0.2.4",
90 "istanbul": "^0.4.3",
91 "jasmine-node": "1.14.5",
92 "mock-require": "1.3.0",
93 "rewire": "2.5.1"
94 },
95 "bundledDependencies": [
96 "cli-table",
97 "colors",
98 "expand-tilde",
99 "form-data",
100 "gulp",
101 "gulp-util",
102 "inquirer",
103 "ionic-app-lib",
104 "moment",
105 "open",
106 "optimist",
107 "pretty-hrtime",
108 "progress",
109 "prompt",
110 "q",
111 "request",
112 "semver",
113 "serve-static",
114 "shelljs",
115 "underscore",
116 "unzip"
117 ]
118}