package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "liftoff@^2.1.0",
  3. "_id": "liftoff@2.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=",
  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.5.0.tgz",
  22. "_shasum": "2009291bb31cea861bbf10a7c15a28caf75c31ec",
  23. "_spec": "liftoff@^2.1.0",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/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": "^1.0.0",
  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. "coffeescript": "^1.10.0",
  49. "jscs": "^3.0.7",
  50. "jshint": "^2.9.2",
  51. "mocha": "^3.5.3",
  52. "nyc": "^11.2.1",
  53. "sinon": "~1.17.4"
  54. },
  55. "engines": {
  56. "node": ">= 0.8"
  57. },
  58. "files": [
  59. "index.js",
  60. "lib",
  61. "LICENSE"
  62. ],
  63. "homepage": "https://github.com/js-cli/js-liftoff#readme",
  64. "keywords": [
  65. "command line"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "liftoff",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/js-cli/js-liftoff.git"
  73. },
  74. "scripts": {
  75. "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
  76. "test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
  77. },
  78. "version": "2.5.0"
  79. }