@owstack/ows-wallet-plugin-starter
Version:
An OWS Wallet starter plugin.
86 lines • 2.57 kB
JSON
{
"//": "Changes to this file will be overwritten, modify it at plugin-template/ only.",
"name": "@owstack/ows-wallet-plugin-starter",
"description": "An OWS Wallet starter plugin.",
"author": "Open Wallet Stack",
"version": "0.0.29",
"title": "Starter",
"keywords": [
"ows",
"ows wallet",
"plugin",
"applet",
"wallet"
],
"homepage": "https://openwalletstack.org",
"license": "MIT",
"repository": {
"url": "git://github.com/owstack/ows-wallet-plugin-starter.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/owstack/ows-wallet-plugin-starter/issues"
},
"dependencies": {
"@owstack/ows-wallet-plugin-client": "^0.0.32",
"org.openwalletstack.wallet.plugin.servlet.bitpay": {
"package": {
"@owstack/ows-wallet-servlet-bitpay": "^0.0.11"
},
"options": {
"startMode": "auto"
},
"movieStore": {
"api": {
"url": "https://bitpay.com",
"auth": {
"token": "AijZvWZuS3ikz7tBBdDp5umswnaLriaLLCKPbpAehaER"
}
},
"invoice": {
"transactionSpeed": "",
"notificationEmail": "",
"notificationURL": "",
"requiredFields": [
"buyer.name",
"buyer.email"
]
}
}
}
},
"scripts": {
"start": "npm run build:www && ionic serve --no-livereload --nogulp -s --address 0.0.0.0",
"watch": "grunt watch",
"build:www": "grunt",
"build:www-release": "grunt release",
"final:www": "npm run build:www-release",
"apply": "npm i fs-extra && cd plugin-template && node apply.js $(cat ../.plugin-dist) && npm i",
"set-dist": "echo $1 > ./.plugin-dist",
"which-dist": "printf 'Distribution set for: ' && cat ./.plugin-dist",
"test": "echo \"no package tests configured\"",
"unstage-package": "git reset package.json",
"clean-all": "git clean -dfx"
},
"devDependencies": {
"fs": "0.0.2",
"fs-extra": "^0.30.0",
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.2.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-replace": "^0.11.0",
"grunt-sass": "^1.2.0",
"grunt-exec": "^0.4.6",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.17.4",
"pre-commit": "^1.1.3",
"trash-cli": "^1.4.0"
},
"pre-commit": "unstage-package"
}