worldmodel
Version:
World model, with facts, concepts, relations
19 lines (17 loc) • 574 B
JSON
{ "name": "worldmodel"
, "description": "World model, with facts, concepts, relations"
, "keywords": [ "wikipedia", "world", "model", "artificialintelligence" ]
, "version": "0.0.1alpha"
, "author": "Angel 'Java' Lopez <webmaster@ajlopez.com> (http://www.ajlopez.com)"
, "repository": { "type": "git", "url": "git://github.com/ajlopez/WorldModel.git" }
, "main": "./lib/worldmodel.js"
, "engines": { "node": ">= 0.12.0" }
, "scripts": {
"test": "simpleunit -r ./test"
}
, "dependencies": {
}
, "devDependencies": {
"simpleunit": "0.0.7"
}
}