UNPKG

1.18 kBJSONView Raw
1{
2 "name": "ionic",
3 "version": "3.20.1",
4 "description": "A tool for creating and developing Ionic Framework mobile apps.",
5 "homepage": "https://ionicframework.com",
6 "author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
7 "bin": {
8 "ionic": "./bin/ionic"
9 },
10 "engines": {
11 "node": ">=6.4.0"
12 },
13 "main": "./dist/index.js",
14 "types": "./dist/index.d.ts",
15 "scripts": {
16 "clean": "rm -rf ./dist",
17 "build": "npm run clean && tsc",
18 "watch": "tsc -w",
19 "prepublishOnly": "npm run build"
20 },
21 "files": [
22 "bin/",
23 "dist/"
24 ],
25 "keywords": [
26 "ionic",
27 "ionic framework",
28 "ionicframework",
29 "mobile",
30 "app",
31 "hybrid",
32 "cordova",
33 "native",
34 "phonegap"
35 ],
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/ionic-team/ionic-cli.git"
39 },
40 "bugs": {
41 "url": "https://github.com/ionic-team/ionic-cli/issues"
42 },
43 "license": "MIT",
44 "dependencies": {
45 "@ionic/cli-framework": "0.1.3",
46 "@ionic/cli-utils": "1.19.3",
47 "chalk": "^2.3.0",
48 "opn": "^5.1.0",
49 "semver": "^5.3.0",
50 "tslib": "^1.8.0"
51 },
52 "devDependencies": {
53 "@types/opn": "^5.1.0"
54 }
55}