archi
Version:
Easy math with decimals for Javascript
34 lines (33 loc) • 811 B
JSON
{
"name": "archi",
"version": "0.2.0",
"description": "Easy math with decimals for Javascript",
"main": "index.js",
"scripts": {
"test": "jshint index.js && tape tests/**/*.js",
"build": "npm run test; browserify index.js -d -o dist/archi.js; uglify -s dist/archi.js -o dist/archi.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nescalante/archi"
},
"keywords": [
"calc",
"math",
"decimals"
],
"author": "Nicolas Escalante <nlante@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nescalante/archi/issues"
},
"homepage": "https://github.com/nescalante/archi",
"devDependencies": {
"browserify": "^14.1.0",
"jshint": "^2.9.4",
"tape": "^4.0.0"
},
"dependencies": {
"poser": "^1.2.0"
}
}