espend-lib-jsonrewriter
Version:
This directory is scratchwork. It is largely untested and not fully functional. Once it is ready, it will be merged into the transactionparser package.
49 lines (48 loc) • 1.33 kB
JSON
{
"name": "espend-lib-jsonrewriter",
"version": "0.1.1",
"description": "This directory is scratchwork. It is largely untested and not fully functional. Once it is ready, it will be merged into the transactionparser package.",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --reporter spec test/*-test.js",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/espend-public/espend-lib-extensions.git"
},
"main": "src/jsonrewriter.js",
"files": [
"src/jsonrewriter.js",
"src/paymentamount.js",
"src/utils.js",
"src/flags.js"
],
"keywords": [
"espend",
"espend-lib",
"espend-lib-jsonrewriter"
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"bignumber.js": "~1.4.0",
"lodash": "~2.4.1",
"espend-lib-transactionparser": "~0.3.0"
},
"devDependencies": {
"coveralls": "~2.10.0",
"istanbul": "^0.2.10",
"assert-diff": "*",
"mocha": "*"
},
"bugs": {
"url": "https://github.com/espend-public/espend-lib-extensions/issues"
},
"homepage": "https://github.com/espend-public/espend-lib-extensions",
"directories": {
"test": "test"
},
"author": "",
"license": "ISC"
}