bessel/package.json

20 lines
388 B
JSON
Raw Normal View History

2013-12-14 07:36:05 +00:00
{
"name": "bessel",
"version": "0.2.0",
2013-12-14 07:36:05 +00:00
"author": "SheetJS",
"description": "Bessel Functions in pure JS",
"keywords": ["bessel", "math", "specfun"],
"main": "bessel.js",
"repository": { "type": "git", "url": "https://github.com/SheetJS/bessel" },
"license": "MIT",
"scripts": {
"test": "make test"
},
"dependencies": {
"voc":""
},
"devDependencies": {
"mocha":""
}
}