package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "dev-ip",
  3. "description": "Find a suitable IP host to view local websites on.",
  4. "version": "1.0.1",
  5. "homepage": "https://github.com/shakyshane/dev-ip",
  6. "author": {
  7. "name": "Shane Osbourne",
  8. "email": "shane.osbourne8@gmail.com"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/shakyshane/dev-ip.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/shakyshane/dev-ip/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/shakyshane/dev-ip/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "main": "lib/dev-ip",
  24. "engines": {
  25. "node": ">= 0.8.0"
  26. },
  27. "scripts": {
  28. "lint": "jshint lib/*.js test/*.js",
  29. "unit": "mocha",
  30. "test": "npm run lint && npm run unit"
  31. },
  32. "devDependencies": {
  33. "chai": "^1.10.0",
  34. "jshint": "^2.5.11",
  35. "mocha": "^2.1.0",
  36. "sinon": "^1.12.2"
  37. },
  38. "keywords": [],
  39. "bin": {
  40. "dev-ip": "lib/dev-ip.js"
  41. },
  42. "dependencies": {},
  43. "__npminstall_done": true,
  44. "_from": "dev-ip@1.0.1",
  45. "_resolved": "https://registry.npmmirror.com/dev-ip/-/dev-ip-1.0.1.tgz"
  46. }