oftype
Version:
A JavaScript module for checking variable runtime type
30 lines (29 loc) • 596 B
JSON
{
"name": "oftype",
"version": "0.1.2",
"description": "A JavaScript module for checking variable runtime type",
"main": "oftype.js",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/liushuping/oftype"
},
"keywords": [
"JavaScript",
"Type",
"Check",
"Node"
],
"author": "Shuping LIU",
"license": "MIT",
"bugs": {
"url": "https://github.com/liushuping/oftype/issues"
},
"homepage": "https://github.com/liushuping/oftype",
"devDependencies": {
"mocha": "*",
"ddt": "0.1.0"
}
}