UNPKG

ykassa

Version:

Yandex Kassa wrapper for NodeJS

63 lines (62 loc) 1.65 kB
{ "name": "ykassa", "version": "0.2.2", "description": "Yandex Kassa wrapper for NodeJS", "main": "index.js", "scripts": { "start": "NODE_PATH=lib NODE_ENV=production node index.js | bunyan", "test2": "NODE_ENV=development nodemon --exec babel-node test.js", "dev": "NODE_PATH=src NODE_ENV=development nodemon --exec babel-node index.js | bunyan", "prepublish": "npm run build", "build": "npm run clean-lib && npm run compile", "clean-lib": "cleandir ./lib", "compile": "babel src -d lib", "test": "eslint .; exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/isuvorov/ykassa.git" }, "keywords": [ "yandex", "kassa", "shop", "payment" ], "author": { "name": "Igor Suvorov", "email": "hello@isuvorov.ru", "url": "http://isuvorov.ru" }, "contributors": [ { "name": "Aleksey Immuzov", "email": "immuzov@gmail.com", "url": "http://immuzov.ru" } ], "license": "UNLICENSED", "bugs": { "url": "https://github.com/isuvorov/ykassa/issues" }, "homepage": "https://github.com/isuvorov/ykassa#readme", "dependencies": { "config": "^1.19.0", "lodash": "^4.6.1", "md5": "^2.1.0", "node-forge": "^0.6.39", "object-to-xml": "^1.0.0", "request": "^2.69.0", "request-promise": "^2.0.1", "xml2js": "^0.4.16" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-plugin-add-module-exports": "^0.1.2", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-2": "^6.5.0", "eslint": "^2.3.0", "eslint-config-airbnb": "^6.0.2", "nodemon": "^1.9.1" } }