mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "ionic-native",
|
|
"version": "3.6.0",
|
|
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@angular/compiler": "4.0.0",
|
|
"@angular/compiler-cli": "4.0.0",
|
|
"@angular/core": "4.0.0",
|
|
"canonical-path": "0.0.2",
|
|
"child-process-promise": "2.2.0",
|
|
"conventional-changelog-cli": "1.2.0",
|
|
"cpr": "2.0.2",
|
|
"cz-conventional-changelog": "1.2.0",
|
|
"decamelize": "1.2.0",
|
|
"dgeni": "0.4.7",
|
|
"dgeni-packages": "0.16.10",
|
|
"fs-extra": "2.0.0",
|
|
"fs-extra-promise": "0.4.1",
|
|
"gulp": "3.9.1",
|
|
"gulp-rename": "1.2.2",
|
|
"gulp-replace": "0.5.4",
|
|
"gulp-tslint": "6.1.2",
|
|
"lodash": "4.17.4",
|
|
"minimist": "1.1.3",
|
|
"node-html-encoder": "0.0.2",
|
|
"q": "1.4.1",
|
|
"queue": "4.2.1",
|
|
"rimraf": "2.5.4",
|
|
"rxjs": "5.1.1",
|
|
"semver": "5.3.0",
|
|
"tslint": "3.15.1",
|
|
"tslint-ionic-rules": "0.0.7",
|
|
"typescript": "2.2.1",
|
|
"zone.js": "^0.8.4"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run test:watch",
|
|
"lint": "gulp lint",
|
|
"build": "npm run clean && npm run lint && npm run build:core && npm run build:modules",
|
|
"build:core": "ngc -p scripts/build/tsconfig-core.json",
|
|
"build:modules": "node scripts/build/build.js",
|
|
"clean": "rimraf dist .tmp",
|
|
"shipit": "npm run build && gulp readmes && npm run npmpub",
|
|
"npmpub": "node scripts/build/publish.js",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
|
"postchangelog": "git commit -am \"chore(): update changelog\""
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|