UNPKG

guards

Version:

Data type & structure checking, runtime analog of types

32 lines (31 loc) 804 B
{ "name": "guards", "id": "guards", "version": "0.3.0", "description": "Data type & structure checking, runtime analog of types", "homepage": "http://jeditoolkit.com/guards/docs/", "keywords": [ "guards", "structures", "structs", "types" ], "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)", "repository": { "type": "git", "url": "https://github.com/Gozala/guards.git", "web": "https://github.com/Gozala/guards" }, "bugs": { "web": "http://github.com/Gozala/guards/issues/" }, "devDependencies": { "test": ">=0.0.10" }, "main": "./guards.js", "scripts": { "test": "node tests/test-guards.js" }, "engines": { "node": "0.4.x" }, "licenses": [{ "type": "MIT", "url": "http://jeditoolkit.com/LICENSE" }] }