mandatory
Version:
A tiny error-throwing module for checking types.
34 lines • 754 B
JSON
{
"name": "mandatory",
"version": "1.0.0",
"description": "A tiny error-throwing module for checking types.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git@github.com:konexmedia/mandatory.git"
},
"keywords": [
"assert",
"type",
"checking",
"typeof",
"mandatory",
"contract"
],
"author": "konexmedia <info@konexmedia.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/konexmedia/mandatory/issues"
},
"homepage": "https://github.com/konexmedia/mandatory",
"devDependencies": {
"gulp": "^3.8.7",
"gulp-bench": "^1.0.3",
"gulp-jasmine": "^0.3.0",
"gulp-jshint": "^1.8.4",
"run-sequence": "^0.3.6"
}
}