UNPKG

ifthenpay

Version:

ifthenpay unofficial javascript module

72 lines (71 loc) 1.74 kB
{ "name": "ifthenpay", "version": "0.3.4", "description": "ifthenpay unofficial javascript module", "main": "lib/if-then-pay.js", "scripts": { "postversion": "git push origin master && git push origin --tags", "build": "rm -fR lib/; mkdir lib/; babel -d lib/ src/", "browserify": "rm -fR dist/; mkdir dist/; browserify lib/browser.js -o dist/ifthenpay.js --bare --standalone IfThenPay; uglifyjs dist/ifthenpay.js > dist/ifthenpay.min.js", "test": "nyc mocha" }, "repository": { "type": "git", "url": "git+https://github.com/cusspvz/ifthenpay.js.git" }, "keywords": [ "ifthenpay", "pay", "multibanco", "portugal", "payment", "atm" ], "author": "José Moreira <josemoreiravarzim@gmail.com>", "license": "POL-1.0", "bugs": { "url": "https://github.com/cusspvz/ifthenpay.js/issues" }, "homepage": "https://github.com/cusspvz/ifthenpay.js#readme", "dependencies": { "pad-start": "^1.0.2" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-plugin-istanbul": "^2.0.3", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", "babel-preset-es2016": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "browserify": "^13.1.1", "chai": "^3.5.0", "express": "^4.14.0", "mocha": "^3.1.2", "nyc": "^8.4.0", "supertest": "^2.0.1", "uglify-js": "^2.7.4" }, "babel": { "presets": [ "es2015", "es2016", "stage-0" ], "env": { "test": { "plugins": [ "istanbul" ] } } }, "nyc": { "require": [ "babel-register", "babel-polyfill" ], "sourceMap": false, "instrument": false } }