package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "sequencify@0.0.7",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sequencify@0.0.7",
  10. "_id": "sequencify@0.0.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=",
  13. "_location": "/sequencify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sequencify@0.0.7",
  19. "name": "sequencify",
  20. "escapedName": "sequencify",
  21. "rawSpec": "0.0.7",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.7"
  24. },
  25. "_requiredBy": [
  26. "/orchestrator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz",
  29. "_spec": "0.0.7",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Rob Richardson",
  33. "url": "http://robrich.org/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/robrich/sequencify/issues"
  37. },
  38. "description": "A module for sequencing tasks and dependencies",
  39. "devDependencies": {
  40. "mocha": "~1.16.1",
  41. "should": "~2.1.1"
  42. },
  43. "engines": {
  44. "node": ">= 0.4"
  45. },
  46. "homepage": "https://github.com/robrich/sequencify",
  47. "keywords": [
  48. "task",
  49. "sequence",
  50. "sequencer",
  51. "compose"
  52. ],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/robrich/sequencify/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "./index.js",
  60. "name": "sequencify",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/robrich/sequencify.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "version": "0.0.7"
  69. }