@irysius/grid-math
Version:
Tools to assist with grid math and algorithms
31 lines • 759 B
JSON
{
"name": "@irysius/grid-math",
"version": "0.0.8",
"description": "Tools to assist with grid math and algorithms",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/irysius/grid-math.git"
},
"author": "Lester Sy <lestersy@hotmail.com> (https://lestersy.io)",
"license": "MIT",
"devDependencies": {
"@irysius/typings-util": "^0.2.0",
"@types/chai": "^4.1.3",
"@types/mocha": "^5.2.0",
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"merge-stream": "^1.0.1",
"mocha": "^5.2.0",
"requirejs": "^2.3.5",
"run-sequence": "^2.2.1",
"typescript": "^2.8.3"
},
"files": [
"README.md",
"LICENSE.md",
"**/*.d.ts",
"**/*.js"
]
}