UNPKG

946 BJSONView Raw
1{
2 "name": "splat-ecs",
3 "version": "3.2.0",
4 "description": "A 2D HTML5 Canvas game engine",
5 "main": "lib/main.js",
6 "scripts": {
7 "lint-js": "eslint lib",
8 "build-docs": "documentation -f html -o docs",
9 "build": "npm run lint-js && npm run build-docs"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/SplatJS/splat-ecs.git"
14 },
15 "keywords": [
16 "html5",
17 "canvas",
18 "game",
19 "browser"
20 ],
21 "author": "Eric Lathrop <eric@ericlathrop.com> (http://ericlathrop.com)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/SplatJS/splat-ecs/issues"
25 },
26 "homepage": "https://github.com/SplatJS/splat-ecs",
27 "dependencies": {
28 "box-intersect": "^1.0.1",
29 "entity-component-system": "^2.2.0",
30 "game-keyboard": "0.1.0",
31 "mersenne-twister": "^1.0.1",
32 "time-accumulator": "0.0.0"
33 },
34 "devDependencies": {
35 "documentation": "^3.0.4",
36 "eslint": "^1.10.1"
37 }
38}