guards
Version:
Data type & structure checking, runtime analog of types
34 lines (33 loc) • 849 B
JSON
{
"name": "graphquire",
"id": "graphquire",
"version": "0.6.0",
"description": "module graph builder and installer.",
"keywords": [ "dependencies", "graph", "modules", "require", "linker" ],
"author": "Irakli Gozalishvili <rfobic@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/Gozala/graphquire.git",
"web": "https://github.com/Gozala/graphquire"
},
"bugs": {
"web": "http://github.com/Gozala/graphquire/issues/"
},
"devDependencies": {
"test": ">=0.0.10"
},
"main": "./graphquire.js",
"preferGlobal" : true,
"engines": {
"node": "0.4.x",
"teleport": ">=0.2.0"
},
"bin": { "graphquire" : "./bin/graphquire.js" },
"scripts": {
"test": "node test/test-graphquire.js"
},
"licenses": [{
"type": "MIT",
"url": "http://jeditoolkit.com/LICENSE"
}]
}