package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "liftoff@^2.1.0",
  3. "_id": "liftoff@2.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-H7M+brKLAnx71TrSLr/JGlHm758=",
  6. "_location": "/liftoff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "liftoff@^2.1.0",
  12. "name": "liftoff",
  13. "escapedName": "liftoff",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.4.0.tgz",
  22. "_shasum": "1fb33e6eb28b027c7bd53ad22ebfc91a51e6ef9f",
  23. "_spec": "liftoff@^2.1.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/gulp",
  25. "author": {
  26. "name": "Tyler Kellen",
  27. "url": "http://goingslowly.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/js-cli/js-liftoff/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [],
  34. "dependencies": {
  35. "extend": "^3.0.0",
  36. "findup-sync": "^2.0.0",
  37. "fined": "^1.0.1",
  38. "flagged-respawn": "^0.3.2",
  39. "is-plain-object": "^2.0.4",
  40. "object.map": "^1.0.0",
  41. "rechoir": "^0.6.2",
  42. "resolve": "^1.1.7"
  43. },
  44. "deprecated": false,
  45. "description": "Launch your command line tool with ease.",
  46. "devDependencies": {
  47. "chai": "^3.5.0",
  48. "coffee-script": "^1.10.0",
  49. "istanbul": "^0.4.3",
  50. "jscs": "^2.11.0",
  51. "jshint": "^2.9.2",
  52. "mocha": "^2.4.5",
  53. "nyc": "^11.2.1",
  54. "sinon": "~1.17.4"
  55. },
  56. "engines": {
  57. "node": ">= 0.8"
  58. },
  59. "files": [
  60. "index.js",
  61. "lib",
  62. "LICENSE"
  63. ],
  64. "homepage": "https://github.com/js-cli/js-liftoff#readme",
  65. "keywords": [
  66. "command line"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "liftoff",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/js-cli/js-liftoff.git"
  74. },
  75. "scripts": {
  76. "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
  77. "test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
  78. },
  79. "version": "2.4.0"
  80. }