vigour-pay
Version:
Native store purchasing and web payment
76 lines (75 loc) • 2.02 kB
JSON
{
"name": "vigour-pay",
"version": "1.0.6",
"description": "Native store purchasing and web payment",
"main": "lib/index.js",
"scripts": {
"test": "gaston test -r browser -s test/browser/index.js",
"ios-test": "cd test && gaston bundle -t -s manual/index.js -o . -i && wrapper build --native.selectedPlatforms ios",
"ios": "npm run build && wrapper build --native.selectedPlatforms ios",
"android-test": "cd test && gaston bundle -t -s manual/index.js -o . -i && wrapper build --native.selectedPlatforms android",
"android": "npm run build && wrapper build --native.selectedPlatforms android",
"all": "npm run build && wrapper build",
"prepush": "./node_modules/.bin/standard lib/**/*.js",
"postinstall": "./makelinks.sh vigour-pay"
},
"repository": {
"type": "git",
"url": "https://github.com/vigour-io/pay.git"
},
"keywords": [
"vigour",
"wrapper",
"native",
"plugin",
"pay",
"payment",
"purchasing",
"store"
],
"author": "Shawn Inder <shawn@vigour.io>",
"contributors": [
"Shawn Inder <shawn@vigour.io>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/vigour-io/pay/issues"
},
"homepage": "https://github.com/vigour-io/pay",
"engines": {
"node": ">=0.12"
},
"dependencies": {
"vigour-config": "^0.0.9",
"vigour-env": "^1.0.19",
"vigour-js": "^0.4.4",
"vigour-ua": "*",
"vigour-wrapper-bridge": "^1.0.10"
},
"devDependencies": {
"vigour-element": "*",
"gaston": "~0.29.5",
"vigour-wrapper": "^4.0.0"
},
"vigour": {
"pay": {
"amazon": {
"src": "https://resources.amazonwebapps.com/v1/latest/Amazon-Web-App-API.min.js"
}
},
"plugin": {
"android": {
"className": "io.vigour.plugin.pay.PayPlugin",
"instantiation": "new PayPlugin(this)",
"permissions": [
"com.android.vending.BILLING"
]
}
}
},
"standard": {
"globals": [
"alert"
]
}
}