package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "liftoff@2.3.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "liftoff@2.3.0",
  10. "_id": "liftoff@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qY8v9nGD2Lp8+soQVIvX/wVQs4U=",
  13. "_location": "/liftoff",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "liftoff@2.3.0",
  19. "name": "liftoff",
  20. "escapedName": "liftoff",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/gulp"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz",
  29. "_spec": "2.3.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Tyler Kellen",
  33. "url": "http://goingslowly.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/js-cli/js-liftoff/issues"
  37. },
  38. "dependencies": {
  39. "extend": "^3.0.0",
  40. "findup-sync": "^0.4.2",
  41. "fined": "^1.0.1",
  42. "flagged-respawn": "^0.3.2",
  43. "lodash.isplainobject": "^4.0.4",
  44. "lodash.isstring": "^4.0.1",
  45. "lodash.mapvalues": "^4.4.0",
  46. "rechoir": "^0.6.2",
  47. "resolve": "^1.1.7"
  48. },
  49. "description": "Launch your command line tool with ease.",
  50. "devDependencies": {
  51. "chai": "^3.5.0",
  52. "coffee-script": "^1.10.0",
  53. "istanbul": "^0.4.3",
  54. "jscs": "^2.11.0",
  55. "jshint": "^2.9.2",
  56. "mocha": "^2.4.5",
  57. "sinon": "~1.17.4"
  58. },
  59. "engines": {
  60. "node": ">= 0.8"
  61. },
  62. "homepage": "https://github.com/js-cli/js-liftoff",
  63. "keywords": [
  64. "command line"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "liftoff",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/js-cli/js-liftoff.git"
  72. },
  73. "scripts": {
  74. "test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
  75. },
  76. "version": "2.3.0"
  77. }