awesome-cordova-plugins/package.json

25 lines
639 B
JSON
Raw Normal View History

2015-11-25 04:04:16 +08:00
{
2015-11-25 06:55:31 +08:00
"name": "cordova-wrap",
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:17:46 +08:00
"main": "dist/index.js',
2015-11-25 04:04:16 +08:00
"directories": {
"test": "test"
},
"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-25 09:57:33 +08:00
"url": "https://github.com/driftyco/cordova-wrap.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-25 09:57:33 +08:00
"url": "https://github.com/driftyco/cordova-wrap/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
}