annois
Version:
Generative type checkers for JavaScript
35 lines (34 loc) • 693 B
JSON
{
"name": "annois",
"description": "Generative type checkers for JavaScript",
"author": "Juho Vepsalainen <bebraw@gmail.com>",
"version": "0.3.2",
"devDependencies": {
"suite.js": "^0.6.1"
},
"scripts": {
"test": "node ./tests.js"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git@github.com:annojs/is.git"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/annojs/is",
"bugs": {
"url": "https://github.com//annojs/is/issues"
},
"keywords": [
"testing",
"utilities"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/annojs/is/blob/master/LICENSE"
}
]
}