package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "is-number-like",
  3. "version": "1.0.8",
  4. "description": "Checks whether provided parameter looks like a number",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "test": "NODE_ENV=test node test | tap-difflet && standard",
  8. "cover": "istanbul cover --report none --print detail test/index.js",
  9. "view-cover": "istanbul report html && open ./coverage/index.html",
  10. "watch": "nodemon test | tap-difflet",
  11. "travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/vigour-io/is-number-like.git"
  16. },
  17. "keywords": [
  18. "is-number",
  19. "typeof",
  20. "number-like"
  21. ],
  22. "author": "Vigour.io <dev@vigour.io>",
  23. "license": "ISC",
  24. "bugs": {
  25. "url": "https://github.com/vigour-io/is-number-like/issues"
  26. },
  27. "homepage": "https://github.com/vigour-io/is-number-like#readme",
  28. "contributors": [
  29. "Jim De Beer <jim@vigour.io>",
  30. "Shawn Inder <shawn@vigour.io>"
  31. ],
  32. "dependencies": {
  33. "lodash.isfinite": "^3.3.2"
  34. },
  35. "engines": {},
  36. "devDependencies": {
  37. "ducktape": "^1.0.0",
  38. "coveralls": "^2.11.9",
  39. "nodemon": "^1.9.1",
  40. "pre-commit": "^1.1.3",
  41. "istanbul": "^0.4.4",
  42. "standard": "^8.1.0",
  43. "tape": "4.4.0",
  44. "tap-difflet": "0.6.0"
  45. },
  46. "browserify": {
  47. "transform": [
  48. "bubleify"
  49. ]
  50. },
  51. "__npminstall_done": true,
  52. "_from": "is-number-like@1.0.8",
  53. "_resolved": "https://registry.npmmirror.com/is-number-like/-/is-number-like-1.0.8.tgz"
  54. }