time-to-botec/squiggle/node_modules/jstat/package.json
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

30 lines
664 B
JSON

{
"name": "jstat",
"version": "1.9.6",
"description": "Statistical Library for JavaScript",
"homepage": "http://github.com/jstat/jstat",
"main": "./dist/jstat.js",
"author": {
"name": "Trevor Norris",
"email": "trev.norris@gmail.com",
"url": "http://trevorjnorris.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "http://github.com/jstat/jstat.git"
},
"devDependencies": {
"uglify-js": "^3.6.7",
"vows": "^0.8.3"
},
"scripts": {
"test": "./node_modules/vows/bin/vows --spec --isolate"
}
}