33 lines
658 B
JSON
33 lines
658 B
JSON
{
|
|
"name": "multimath",
|
|
"description": "Core to create fast image math in WebAssembly and JS.",
|
|
"version": "2.0.0",
|
|
"keywords": [
|
|
"webassembly",
|
|
"math",
|
|
"image",
|
|
"multimath"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "nodeca/multimath",
|
|
"scripts": {
|
|
"test": "make test",
|
|
"coverage": "nyc mocha && nyc report --reporter html"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"glur": "^1.1.2",
|
|
"object-assign": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.0",
|
|
"eslint": "^6.0.1",
|
|
"mocha": "^6.1.4",
|
|
"nyc": "^14.1.1",
|
|
"proxyquire": "^2.1.1",
|
|
"sinon": "^7.3.2"
|
|
}
|
|
}
|