awesome-cordova-plugins/package.json

28 lines
704 B
JSON
Raw Normal View History

2015-11-25 04:04:16 +08:00
{
2015-11-28 13:05:15 +08:00
"name": "ionic-native",
2015-11-25 10:17:46 +08:00
"version": "1.0.7",
2015-11-25 08:10:34 +08:00
"description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support",
2015-11-25 10:19:00 +08:00
"main": "dist/index.js",
2015-11-25 04:04:16 +08:00
"directories": {
"test": "test"
},
2015-11-30 09:54:45 +08:00
"dependencies": {
"@reactivex/rxjs": "^5.0.0-alpha.7"
},
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",
"build": "rm -rf dist && tsc"
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
},
"author": "",
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",
"typings": "./dist/index.d.ts"
2015-11-25 04:04:16 +08:00
}