mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
29 lines
943 B
JSON
29 lines
943 B
JSON
{
|
|
"name": "ionic-native",
|
|
"version": "1.0.7",
|
|
"description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support",
|
|
"main": "dist/index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"@reactivex/rxjs": "^5.0.0-alpha.7"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc --module commonjs --sourcemap --outDir dist/ --experimentalDecorators -d node_modules/@reactivex/rxjs/typings/es6-shim/es6-shim.d.ts src/index.ts --target ES5",
|
|
"build_bundle": "npm run-script build && browserify dist/index.js > dist/ionic.native.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/driftyco/ionic-native.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/driftyco/ionic-native/issues"
|
|
},
|
|
"homepage": "https://github.com/driftyco/ionic-native",
|
|
"typings": "./dist/index.d.ts"
|
|
}
|