ent-comp
Version:
A light, fast Entity Component System in JS
32 lines (31 loc) • 666 B
JSON
{
"name": "ent-comp",
"version": "0.11.0",
"description": "A light, fast Entity Component System in JS",
"main": "src/ECS.js",
"files": [
"/src"
],
"scripts": {
"test": "tape test/*.js",
"bench": "node bench/suite.js",
"liveBench": "(cd bench; webpack serve)",
"doc": "jsdoc2md src/* --partial doc-templates/* > api.md"
},
"keywords": [
"ECS",
"js",
"Entity",
"Control",
"System"
],
"author": "Andy Hall",
"license": "MIT",
"repository": "github:fenomas/ent-comp",
"devDependencies": {
"fen-bench": "^0.3.0",
"jsdoc-to-markdown": "^7.0.1",
"tape": "^5.2.2"
},
"dependencies": {}
}