const-ln2
Version:
Natural logarithm of 2.
83 lines (82 loc) • 2.04 kB
JSON
{
"name": "const-ln2",
"version": "1.0.0",
"description": "Natural logarithm of 2.",
"author": {
"name": "Athan Reines",
"email": "kgryte@gmail.com"
},
"contributors": [
{
"name": "Athan Reines",
"email": "kgryte@gmail.com"
}
],
"scripts": {
"test": "if [ \"${TRAVIS}\" ]; then npm run test-ci; else npm run test-local; fi",
"test-local": "tape \"./test/*.js\" | tap-spec",
"test-ci": "npm run test-local && xvfb-run npm run test-browsers",
"test-cov": "istanbul cover --dir ./reports/coverage --report lcov tape -- \"./test/*.js\"",
"test-browsers": "browserify ./test/*.js | testling | tap-spec",
"coverage": "istanbul cover --dir ./reports/codecov/coverage --report lcovonly tape -- \"./test/*.js\" && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
},
"main": "./lib",
"repository": {
"type": "git",
"url": "git://github.com/const-io/ln2.git"
},
"keywords": [
"const-io",
"const.io",
"compute.io",
"compute-io",
"computation",
"compute",
"mathematics",
"math",
"constant",
"const",
"ln",
"ln2",
"math.ln2",
"natural",
"logarithm",
"log"
],
"bugs": {
"url": "https://github.com/const-io/ln2/issues"
},
"dependencies": {},
"devDependencies": {
"browserify": "13.x.x",
"codecov": "1.x.x",
"const-eps-float64": "^1.0.0",
"istanbul": "^0.4.1",
"jshint": "2.x.x",
"jshint-stylish": "2.x.x",
"math-abs": "^1.0.2",
"math-ln": "^1.0.0",
"tap-spec": "4.x.x",
"tape": "4.x.x",
"testling": "1.x.x"
},
"testling": {
"files": [
"test/*.js"
],
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..latest",
"firefox/nightly",
"chrome/4.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"license": "MIT"
}