jspos
Version:
JavaScript ISO8583 ,JavaScript version of JPOS
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "jspos",
"version": "0.0.11-RELEASE",
"description": "JavaScript ISO8583 ,JavaScript version of JPOS",
"main": "lib/index.js",
"scripts": {
"mocha": "./node_modules/mocha/bin/mocha --compilers js:babel-register __tests__/*.js",
"test": "babel-node __tests__/index.js",
"compile": "babel src -d lib --only src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitb-software/jsPOS.git"
},
"keywords": [
"JavaScript",
"js",
"jspos",
"iso8583",
"8583",
"jPOS",
"sitb"
],
"author": "Sean <sean.snow@live.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sitb-software/jsPOS/issues"
},
"homepage": "https://github.com/sitb-software/jsPOS#readme",
"dependencies": {
"jsdk": "0.0.13-Alpha"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-plugin-syntax-async-generators": "^6.5.0",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}