is_object_like
Version:
is_object_like for the browser and node.js
24 lines (23 loc) • 556 B
JSON
{
"name": "is_object_like",
"version": "0.0.1",
"description": "is_object_like for the browser and node.js",
"repository": {
"type": "git",
"url": "https://github.com/nathanfaucett/is_object_like.git"
},
"main": "src/index.js",
"keywords": [
"is_object_like",
"is_object_like.js"
],
"author": "Nathan Faucett",
"license": "BSD-2-Clause",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jsbeautifier": "^0.2.7",
"mocha": "^2.1.0"
}
}