package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "dev-ip@^1.0.1",
  3. "_id": "dev-ip@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-p2o+0YVb56ASu4rBbLgPPADcKPA=",
  6. "_location": "/dev-ip",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dev-ip@^1.0.1",
  12. "name": "dev-ip",
  13. "escapedName": "dev-ip",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz",
  22. "_shasum": "a76a3ed1855be7a012bb8ac16cb80f3c00dc28f0",
  23. "_spec": "dev-ip@^1.0.1",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  25. "author": {
  26. "name": "Shane Osbourne",
  27. "email": "shane.osbourne8@gmail.com"
  28. },
  29. "bin": {
  30. "dev-ip": "lib/dev-ip.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/shakyshane/dev-ip/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "Find a suitable IP host to view local websites on.",
  39. "devDependencies": {
  40. "chai": "^1.10.0",
  41. "jshint": "^2.5.11",
  42. "mocha": "^2.1.0",
  43. "sinon": "^1.12.2"
  44. },
  45. "engines": {
  46. "node": ">= 0.8.0"
  47. },
  48. "homepage": "https://github.com/shakyshane/dev-ip",
  49. "keywords": [],
  50. "licenses": [
  51. {
  52. "type": "MIT",
  53. "url": "https://github.com/shakyshane/dev-ip/blob/master/LICENSE-MIT"
  54. }
  55. ],
  56. "main": "lib/dev-ip",
  57. "name": "dev-ip",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/shakyshane/dev-ip.git"
  61. },
  62. "scripts": {
  63. "lint": "jshint lib/*.js test/*.js",
  64. "test": "npm run lint && npm run unit",
  65. "unit": "mocha"
  66. },
  67. "version": "1.0.1"
  68. }