caos
Version:
A CAOS implementation for JavaScript
28 lines • 810 B
JSON
{
"name" : "caos",
"description" : "A CAOS implementation for JavaScript",
"author" : "Jelle De Loecker <jelle@develry.be>",
"version" : "0.1.0-alpha",
"repository" : "skerit/caos",
"license" : "MIT",
"keywords" : ["creatures", "caos"],
"contributors" : [],
"main" : "lib/init.js",
"bin" : "bin/execbin",
"dependencies" : {
"protoblast" : "~0.5.3"
},
"devDependencies" : {
"codecov" : "~3.0.0",
"istanbul" : "^0.4.5",
"mocha" : "1.20.x"
},
"scripts": {
"test" : "node_modules/.bin/mocha --reporter spec",
"coverage" : "./node_modules/istanbul/lib/cli.js cover _mocha",
"report-coverage" : "cat ./coverage/lcov.info | coveralls"
},
"engines": {
"node": ">=4.8"
}
}