2013-12-14 07:36:05 +00:00
|
|
|
{
|
|
|
|
"name": "bessel",
|
2016-09-24 06:15:52 +00:00
|
|
|
"version": "0.3.0",
|
2013-12-14 07:36:05 +00:00
|
|
|
"author": "SheetJS",
|
2016-09-24 06:15:52 +00:00
|
|
|
"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" },
|
2013-12-14 07:36:05 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "make test"
|
|
|
|
},
|
2016-09-24 06:15:52 +00:00
|
|
|
"config": {
|
|
|
|
"blanket": {
|
|
|
|
"pattern": "bessel.js"
|
|
|
|
}
|
2013-12-14 07:36:05 +00:00
|
|
|
},
|
2016-09-24 06:15:52 +00:00
|
|
|
"bugs": { "url": "https://github.com/SheetJS/bessel/issues" },
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": { "node": ">=0.8" }
|
2013-12-14 07:36:05 +00:00
|
|
|
}
|