2013-12-14 07:43:55 +00:00
|
|
|
{
|
|
|
|
"name": "vdc",
|
2016-01-16 18:47:42 +00:00
|
|
|
"version": "0.2.0",
|
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
|
|
|
},
|
|
|
|
"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
|
|
|
}
|