js-vdc/package.json

31 lines
630 B
JSON
Raw Permalink Normal View History

2013-12-14 07:43:55 +00:00
{
"name": "vdc",
2016-09-24 18:53:39 +00:00
"version": "0.2.1",
2013-12-14 07:43:55 +00:00
"author": "SheetJS",
"description": "van der Corput low-discrepancy sequences",
"keywords": [ "math", "random", "qrng", "lds" ],
2016-01-16 18:47:42 +00:00
"bin": {
"vdc": "./bin/vdc.njs"
},
2013-12-14 07:43:55 +00:00
"main": "./vdc",
2016-01-16 18:47:42 +00:00
"dependencies": {
"exit-on-epipe":"",
"commander":""
},
2013-12-14 07:43:55 +00:00
"devDependencies": {
"mocha":""
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-vdc.git" },
"scripts": {
2016-01-16 18:47:42 +00:00
"test": "make test"
2013-12-14 07:43:55 +00:00
},
2016-09-24 18:53:39 +00:00
"config": {
"blanket": {
"pattern": "vdc.js"
}
},
2013-12-14 07:43:55 +00:00
"bugs": { "url": "https://github.com/SheetJS/js-vdc/issues" },
2016-01-16 18:47:42 +00:00
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
2013-12-14 07:43:55 +00:00
}