awesome-cordova-plugins/package.json
2015-11-29 19:54:45 -06:00

28 lines
704 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": "rm -rf dist && tsc"
},
"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"
}