mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"name": "ionic-native",
|
|
"version": "1.3.17",
|
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"rxjs": "^5.0.0-beta.6"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^13.0.1",
|
|
"canonical-path": "0.0.2",
|
|
"conventional-changelog-cli": "^1.2.0",
|
|
"conventional-github-releaser": "^1.1.3",
|
|
"cpr": "^1.0.0",
|
|
"cz-conventional-changelog": "^1.1.6",
|
|
"decamelize": "^1.2.0",
|
|
"dgeni": "^0.4.2",
|
|
"dgeni-packages": "^0.10.18",
|
|
"glob": "^6.0.4",
|
|
"gulp": "^3.9.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.5.4",
|
|
"gulp-tslint": "^5.0.0",
|
|
"gulp-uglify": "^1.5.4",
|
|
"ionic-gulp-tslint": "^1.0.0",
|
|
"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",
|
|
"tslint": "^3.8.1",
|
|
"tslint-ionic-rules": "0.0.5",
|
|
"typescript": "^1.8.10"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "./node_modules/.bin/gulp lint",
|
|
"watch": "./node_modules/.bin/tsc -w",
|
|
"build": "npm run lint && npm run build:js && npm run build:bundle && npm run build:minify",
|
|
"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",
|
|
"changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
|
"plugin:create": "gulp plugin:create"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/driftyco/ionic-native.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/driftyco/ionic-native/issues"
|
|
},
|
|
"homepage": "https://github.com/driftyco/ionic-native",
|
|
"typings": "./dist/index.d.ts",
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|