data-type
Version:
check your data type
32 lines (31 loc) • 670 B
JSON
{
"name": "data-type",
"version": "0.1.3",
"description": "check your data type",
"main": "index.js",
"scripts": {
"test": "node test/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liaozhongwu/data-type.git"
},
"keywords": [
"dataType",
"type"
],
"author": {
"name": "pisce",
"email": "liaozhongwu95@gmail.com",
"url": "http://www.liaozhongwu.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/liaozhongwu/data-type/issues"
},
"homepage": "https://github.com/liaozhongwu/data-type#readme",
"devDependencies": {
"promise": "^7.1.1",
"test": "^0.6.0"
}
}