- "content": "{\n \"name\": \"picoes\",\n \"version\": \"0.3.0\",\n \"description\": \"Pico Entity System for JavaScript (ES6).\",\n \"main\": \"./index.js\",\n \"scripts\": {\n \"test\": \"node ./node_modules/.bin/istanbul cover _mocha -- -R spec\",\n \"doc\": \"node ./node_modules/.bin/esdoc\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/ayebear/picoes.git\"\n },\n \"keywords\": [\n \"entity\",\n \"component\",\n \"system\",\n \"ecs\",\n \"picoes\",\n \"es6\"\n ],\n \"author\": \"Eric Hebert\",\n \"license\": \"MIT\",\n \"bugs\": {\n \"url\": \"https://github.com/ayebear/picoes/issues\"\n },\n \"homepage\": \"https://github.com/ayebear/picoes#readme\",\n \"devDependencies\": {\n \"chai\": \"^4.1.2\",\n \"istanbul\": \"^0.4.5\",\n \"mocha\": \"^5.0.5\"\n },\n \"dependencies\": {\n \"esdoc\": \"^1.0.4\",\n \"esdoc-ecmascript-proposal-plugin\": \"^1.0.0\",\n \"esdoc-flow-type-plugin\": \"^1.0.1\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"esdoc-undocumented-identifier-plugin\": \"^1.0.0\",\n \"esdoc-unexported-identifier-plugin\": \"^1.0.0\",\n \"marked\": \"^0.3.9\"\n }\n}\n",
0 commit comments