bessel/package.json
2014-08-03 23:02:30 -04:00

20 lines
388 B
JSON

{
"name": "bessel",
"version": "0.2.0",
"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":""
}
}