rebilly-js-token
Version:
Rebilly payment token library
54 lines (53 loc) • 1.4 kB
JSON
{
"name": "rebilly-js-token",
"version": "1.5.0",
"description": "Rebilly payment token library",
"main": "./dist/rebilly.js",
"scripts": {
"clean": "rimraf dist",
"build:dev": "npm run clean && webpack --env=dev",
"build:prod": "npm run clean && webpack --env=prod",
"prepare": "npm run build:prod",
"test": "mocha --compilers js:babel-core/register --require babel-polyfill --colors ./test/*.spec.js",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/Rebilly/rebilly-js-token.git"
},
"keywords": [
"rebilly",
"js",
"token",
"payment",
"card"
],
"files": [
"dist"
],
"author": "Andrei Moldoveanu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rebilly/rebilly-js-token/issues"
},
"homepage": "https://github.com/Rebilly/rebilly-js-token#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.0.5",
"fingerprintjs2": "^1.5.1",
"mocha": "^4.0.0",
"rimraf": "^2.6.2",
"sinon": "^6.1.5",
"webpack": "^3.6.0",
"xhr": "^2.4.0"
},
"dependencies": {
"babel-runtime": "^6.26.0"
}
}