2015-11-25 04:04:16 +08:00
|
|
|
{
|
2015-11-28 13:05:15 +08:00
|
|
|
"name": "ionic-native",
|
2016-07-18 11:12:09 +08:00
|
|
|
"version": "1.3.7",
|
2016-02-19 02:41:20 +08:00
|
|
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
2015-11-25 10:19:00 +08:00
|
|
|
"main": "dist/index.js",
|
2016-03-06 22:35:32 +08:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2015-11-30 09:54:45 +08:00
|
|
|
"dependencies": {
|
2016-05-21 03:34:34 +08:00
|
|
|
"rxjs": "^5.0.0-beta.6"
|
2015-11-30 09:54:45 +08:00
|
|
|
},
|
2016-01-26 06:20:36 +08:00
|
|
|
"devDependencies": {
|
2016-06-27 00:54:14 +08:00
|
|
|
"browserify": "^13.0.1",
|
2016-01-26 06:20:36 +08:00
|
|
|
"canonical-path": "0.0.2",
|
2016-06-27 00:54:14 +08:00
|
|
|
"conventional-changelog-cli": "^1.2.0",
|
|
|
|
"conventional-github-releaser": "^1.1.3",
|
2016-01-26 06:20:36 +08:00
|
|
|
"cpr": "^1.0.0",
|
2016-06-27 00:54:14 +08:00
|
|
|
"cz-conventional-changelog": "^1.1.6",
|
2016-01-26 06:20:36 +08:00
|
|
|
"dgeni": "^0.4.2",
|
|
|
|
"dgeni-packages": "^0.10.18",
|
|
|
|
"glob": "^6.0.4",
|
2016-06-27 00:54:14 +08:00
|
|
|
"gulp": "^3.9.1",
|
2016-04-30 06:08:16 +08:00
|
|
|
"gulp-rename": "^1.2.2",
|
2016-04-30 11:56:49 +08:00
|
|
|
"gulp-tslint": "^5.0.0",
|
2016-06-27 00:54:14 +08:00
|
|
|
"gulp-uglify": "^1.5.4",
|
2016-07-18 12:09:38 +08:00
|
|
|
"ionic-gulp-tslint": "^1.0.0",
|
2016-01-26 06:20:36 +08:00
|
|
|
"lodash": "3.10.1",
|
|
|
|
"minimist": "^1.1.3",
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"node-html-encoder": "0.0.2",
|
|
|
|
"q": "1.4.1",
|
|
|
|
"semver": "^5.0.1",
|
2016-04-30 11:56:49 +08:00
|
|
|
"tslint": "^3.8.1",
|
2016-07-18 12:09:38 +08:00
|
|
|
"tslint-ionic-rules": "0.0.3",
|
2016-05-21 03:34:34 +08:00
|
|
|
"typescript": "^1.8.10"
|
2016-01-26 06:20:36 +08:00
|
|
|
},
|
2015-11-25 04:04:16 +08:00
|
|
|
"scripts": {
|
2015-11-25 08:37:29 +08:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2016-07-18 12:13:13 +08:00
|
|
|
"lint": "./node_modules/.bin/gulp lint",
|
2016-06-27 00:54:14 +08:00
|
|
|
"watch": "./node_modules/.bin/tsc -w",
|
2016-07-18 12:13:13 +08:00
|
|
|
"build": "npm run lint && npm run build:js && npm run build:bundle && npm run build:minify",
|
2016-06-27 00:54:14 +08:00
|
|
|
"build:js": "./node_modules/.bin/tsc",
|
|
|
|
"build:bundle": "./node_modules/.bin/browserify dist/index.js > dist/ionic.native.js",
|
|
|
|
"build:minify": "./node_modules/.bin/gulp minify:dist",
|
2016-06-27 20:42:12 +08:00
|
|
|
"changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
|
2015-11-25 04:04:16 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-11-28 13:05:15 +08:00
|
|
|
"url": "https://github.com/driftyco/ionic-native.git"
|
2015-11-25 04:04:16 +08:00
|
|
|
},
|
2015-11-25 09:57:33 +08:00
|
|
|
"license": "MIT",
|
2015-11-25 04:04:16 +08:00
|
|
|
"bugs": {
|
2015-11-28 13:05:15 +08:00
|
|
|
"url": "https://github.com/driftyco/ionic-native/issues"
|
2015-11-25 04:04:16 +08:00
|
|
|
},
|
2015-11-25 08:37:29 +08:00
|
|
|
"homepage": "https://github.com/driftyco/ionic-native",
|
2016-02-19 03:55:37 +08:00
|
|
|
"typings": "./dist/index.d.ts",
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
|
|
}
|
|
|
|
}
|
2016-03-06 05:41:53 +08:00
|
|
|
}
|