mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
Testing
This commit is contained in:
parent
82deb402c9
commit
59d789e0ef
24
dist/package.json
vendored
Normal file
24
dist/package.json
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "cordova-wrap",
|
||||||
|
"version": "1.0.6",
|
||||||
|
"description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support",
|
||||||
|
"main": "dist/cordova-wrap.js",
|
||||||
|
"directories": {
|
||||||
|
"test": "test"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"build": "rm -rf dist && tsc"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/driftyco/cordova-wrap.git"
|
||||||
|
},
|
||||||
|
"author": "",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/driftyco/cordova-wrap/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/driftyco/ionic-native",
|
||||||
|
"typings": "./dist/index.d.ts"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user