SheetJS
73ee33e402
- eliminated array reduce (performance improvement) - explicit treatment of divergent values - better handling of non-integral order (fixes #3, h/t @vron) - reorganized source, removed voc dependency (fixes #2, h/t @hmalphettes) - new browser demo - more detailed test suite and coverage tests - updated travis versions for test - miscellaneous adjustments to tooling
27 lines
546 B
JSON
27 lines
546 B
JSON
{
|
|
"name": "bessel",
|
|
"version": "0.3.0",
|
|
"author": "SheetJS",
|
|
"description": "Pure-JS Bessel Functions",
|
|
"keywords": [ "bessel", "math", "specfun" ],
|
|
"main": "./bessel",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"mocha":"",
|
|
"voc":""
|
|
},
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/bessel.git" },
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"pattern": "bessel.js"
|
|
}
|
|
},
|
|
"bugs": { "url": "https://github.com/SheetJS/bessel/issues" },
|
|
"license": "MIT",
|
|
"engines": { "node": ">=0.8" }
|
|
}
|