UNPKG

@nathanfaucett/is_number

Version:
32 lines (31 loc) 808 B
{ "name": "@nathanfaucett/is_number", "version": "0.0.1", "description": "checks if value is a number", "repository": { "type": "git", "url": "https://github.com/nathanfaucett/is_number.git" }, "main": "src/index.js", "scripts": { "test": "npm run node-test", "node-test": "node ./test/index.js | ./node_modules/.bin/tap-spec", "browser-test": "zuul -- ./test/index.js", "browser-test-local": "zuul --local 9999 ./test/index.js" }, "keywords": [ "is_number", "is_number.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", "tape": "^4.0.0", "tap-spec": "^4.0.0", "zuul": "^3.0.0" } }