hexagrid
Version:
Hexagonal grid with fast lookup
37 lines (36 loc) • 775 B
JSON
{
"name": "hexagrid",
"version": "2.1.1",
"description": "Hexagonal grid with fast lookup",
"main": "dist/index.js",
"repository": "git@github.com:coyotte508/hexagrid.git",
"author": "coyotte508 <coyotte508@gmail.com>",
"license": "MIT",
"scripts": {
"prepublishOnly": "tsc",
"tsc": "tsc",
"test": "mocha -r ts-node/register src/**/*.spec.ts"
},
"files": [
"index.ts",
"src",
"dist",
"tsconfig.json",
"index.d.ts"
],
"types": "index.d.ts",
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.7",
"chai": "^4.1.2",
"mocha": "^5.0.4",
"ts-node": "^5.0.1",
"typescript": "^3.8.3"
},
"keywords": [
"hexagon",
"hexagonal",
"grid"
]
}