Files
xcorr/package.json
Alexandre Storelli 63fa9386fb Snapshot commit
2020-01-01 23:57:11 +01:00

27 lines
647 B
JSON

{
"name": "abr-xcorr",
"version": "1.0.0",
"description": "Cross correlation in JS",
"main": "xcorr.js",
"scripts": {
"test": "mocha *.test.js --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adblockradio/xcorr.git"
},
"author": "Alexandre Storelli <a_npm@storelli.fr>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/adblockradio/xcorr/issues"
},
"homepage": "https://github.com/adblockradio/xcorr#readme",
"dependencies": {
"dsp.js": "git+https://git@github.com/corbanbrook/dsp.js"
},
"devDependencies": {
"mocha": "^6.2.2",
"pngjs": "^3.4.0"
}
}