matrixarray
Version:
MatrixArray for TypeScript/JavaScript
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "matrixarray",
"version": "1.0.2",
"private": false,
"description": "MatrixArray for TypeScript/JavaScript",
"main": "matrixArray.js",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"typescript": "3.7.2",
"@types/jest": "^24.0.24",
"@types/sinon": "^7.5.1",
"chai": "^4.2.0",
"jest": "^24.9.0",
"sinon": "^7.5.0",
"ts-jest": "^24.2.0",
"tslint": "^5.20.1"
},
"scripts": {
"test": "jest tests/*",
"build": "npm run build:main && npm run build:demo",
"build:main": "tsc matrixarray.ts",
"build:demo": "tsc tests/usage.ts",
"test-usage": "node tests/usage.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dcmox/matrixarray.git"
},
"keywords": [
"matrix",
"array",
"ArrayBuffer",
"optimized"
],
"author": "Daniel Moxon (dancmox@comcast.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dcmox/matrixarray/issues"
},
"homepage": "https://github.com/dcmox/matrixarray#readme"
}