divvy-lib-value
Version:
Classes for dealing with Divvy amount values
45 lines (44 loc) • 1.27 kB
JSON
{
"name": "divvy-lib-value",
"version": "0.1.0",
"license": "ISC",
"description": "Classes for dealing with Divvy amount values",
"files": [
"dist/npm/*",
"test/*"
],
"scripts": {
"clean": "rm -rf dist/npm && rm -rf build/flow",
"typecheck": "babel --optional runtime --blacklist flow -d build/flow/ src/ && flow check",
"compile": "babel -D --optional runtime -d dist/npm/ src/",
"prepublish": "npm run compile",
"test": "istanbul test _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/xdv/javascript-style-guide/es6/eslintrc'; echo 'parser: babel-eslint' >> eslintrc; fi; eslint -c eslintrc src/"
},
"repository": {
"type": "git",
"url": "https://github.com/xdv/divvy-lib-extensions.git"
},
"main": "dist/npm/",
"keywords": [
"divvy",
"divvy-lib",
"divvy-lib-value"
],
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"babel-runtime": "^5.5.4",
"bignumber.js": "~2.0.3"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-eslint": "^4.0.5",
"flow-bin": "^0.14",
"istanbul": "^0.3.5",
"mocha": "^2.1.0"
}
}