formulas
Version:
33 lines (32 loc) • 665 B
JSON
{
"name": "formulas",
"version": "0.7.0",
"description": "",
"main": "./lib/formulas.js",
"bin": {
"formulas": "./bin/formulas"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:open-node/formulas.git"
},
"keywords": [
"formulas",
"math",
"mutil"
],
"author": "Redstone Zhao",
"license": "MIT",
"bugs": {
"url": "https://github.com/open-node/formulas/issues"
},
"homepage": "https://github.com/open-node/formulas",
"dependencies": {
"commander": "~2.2.0",
"underscore": "~1.6.0",
"cli-table": "~0.3.0"
}
}