chopcal
Version:
46 lines (45 loc) • 1.01 kB
JSON
{
"name": "chopcal",
"version": "3.0.3",
"description": "Chop numbers.",
"main": "lib",
"browser": "shim/browser",
"scripts": {
"test": "./ci/test.js",
"prepublish": "./ci/build.js && ./ci/shim.js"
},
"repository": "okunishinishi/node-chopcal",
"keywords": [
"math",
"chop",
"number"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishitaka.com@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/okunishinishi/node-chopcal/issues"
},
"homepage": "https://github.com/okunishinishi/node-chopcal#readme",
"dependencies": {
"argx": "^4.0.0"
},
"devDependencies": {
"ababel": "^5.0.10",
"amocha": "^5.0.1",
"ape-releasing": "^5.0.4",
"ape-reporting": "^3.0.2",
"ape-tasking": "^4.0.11",
"ape-tmpl": "^6.0.13",
"ape-updating": "^5.0.2",
"coz": "^7.0.14",
"injectmock": "^2.0.0"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}