49 lines
974 B
JSON
49 lines
974 B
JSON
{
|
|
"name": "isobject",
|
|
"description": "Returns true if the value is an object and not an array or null.",
|
|
"version": "0.2.0",
|
|
"homepage": "https://github.com/jonschlinkert/isobject",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/isobject.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/isobject/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/jonschlinkert/isobject/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"is",
|
|
"isobject",
|
|
"is-object",
|
|
"object",
|
|
"type",
|
|
"typeof",
|
|
"kind",
|
|
"kindof",
|
|
"value",
|
|
"javascript",
|
|
"check"
|
|
],
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"devDependencies": {
|
|
"verb": "~0.2.6",
|
|
"chai": "~1.9.1",
|
|
"mocha": "*"
|
|
}
|
|
}
|