have2
Version:
Slick arguments validator for javascript functions.
39 lines (38 loc) • 849 B
JSON
{
"name": "have2",
"version": "1.0.0-beta.1",
"description": "Slick arguments validator for javascript functions.",
"main": "have.js",
"scripts": {
"test": "make test",
"_prepublish": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/wmakeev/have2"
},
"keywords": [
"function",
"arguments",
"validation",
"have"
],
"author": "Chakrit Wichian <service@chakrit.net> (http://chakrit.net)",
"contributors": [
{
"name": "Vitaliy V. Makeev",
"email": "w.makeev@gmail.com",
"url": "http://github.com/wmakeev"
}
],
"license": "BSD-2-Clause",
"devDependencies": {
"chai": "~3.5.0",
"istanbul": "~0.4.5",
"mocha": "~3.2.0",
"mocha-istanbul": "~0.3.0",
"supervisor": "~0.12.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
}
}