UNPKG

915 BJSONView Raw
1{
2 "name": "splat-ecs",
3 "version": "0.4.1",
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 "entity-component-system": "^2.1.0",
29 "game-keyboard": "0.1.0",
30 "mersenne-twister": "^1.0.1",
31 "time-accumulator": "0.0.0"
32 },
33 "devDependencies": {
34 "documentation": "^3.0.4",
35 "eslint": "^1.10.1"
36 }
37}