UNPKG

1 kBJSONView Raw
1{
2 "name": "splat-ecs",
3 "version": "7.0.0",
4 "description": "A 2D HTML5 Canvas game engine",
5 "main": "lib/main.js",
6 "scripts": {
7 "lint-js": "eslint lib",
8 "docs": "jsdoc lib -c jsdoc/conf.json -d docs -r README.md",
9 "build": "npm run lint-js && npm run 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 "easing-js": "^1.0.1",
30 "entity-component-system": "^4.0.4",
31 "game-keyboard": "0.1.0",
32 "html5-gamepad": "^0.1.4",
33 "mersenne-twister": "^1.1.0",
34 "time-accumulator": "0.0.0"
35 },
36 "devDependencies": {
37 "eslint": "^3.3.1",
38 "jsdoc": "^3.4.0"
39 }
40}