closure-npc
Version:
Closure Node Package Checker, a type-checker for NodeJS programs
22 lines (21 loc) • 610 B
JSON
{
"name": "closure-npc",
"description": "Closure Node Package Checker, a type-checker for NodeJS programs",
"version": "0.1.5",
"homepage": "https://github.com/nicks/closure-compiler/tree/closure-npc/package/closure-npc",
"authors": [
"Nick Santos (nicholas.j.santos@gmail.com)"
],
"keywords": ["closure-compiler", "types", "type-checking"],
"repository": {
"type": "git",
"url": "https://github.com/nicks/closure-compiler.git"
},
"bin": {
"closure-npc": "./bin/closure-npc"
},
"scripts": {
"test": "cd ../../ && ant test",
"prepublish": "./prepublish.sh"
}
}