UNPKG

@nathanfaucett/is_object

Version:
35 lines (34 loc) 856 B
{ "name": "@nathanfaucett/is_object", "version": "0.0.1", "description": "checks if value is an object", "repository": { "type": "git", "url": "https://github.com/nathanfaucett/is_object.git" }, "main": "src/index.js", "scripts": { "test": "npm run test-node", "test-node": "node ./test | ./node_modules/.bin/tap-spec", "test-node-raw": "node ./test", "test-browser-local": "zuul --local 9999 --ui tape -- ./test" }, "keywords": [ "is_object", "is_object.js" ], "author": "Nathan Faucett", "license": "MIT", "readmeFilename": "README.md", "devDependencies": { "grunt": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", "grunt-jsbeautifier": "^0.2.13", "tap-spec": "^4.1.0", "tape": "^4.2.0", "zuul": "^3.6.0" }, "dependencies": { "@nathanfaucett/is_null": "0.0.1" } }