bessel/package.json
SheetJS 64765e5e98 version bump 1.0.0
- shifted from MIT to Apache 2.0 License
- updated travis versions and cleaned up build infrastructure
2017-01-05 15:04:15 -05:00

28 lines
601 B
JSON

{
"name": "bessel",
"version": "1.0.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"
}
},
"homepage": "https://oss.sheetjs.com/bessel/",
"bugs": { "url": "https://github.com/SheetJS/bessel/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
}