package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "gulp@^3.9.1",
  3. "_id": "gulp@3.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VxzkWSjdQK9lFPxAEYZgFsE4RbQ=",
  6. "_location": "/gulp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp@^3.9.1",
  12. "name": "gulp",
  13. "escapedName": "gulp",
  14. "rawSpec": "^3.9.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.9.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
  23. "_shasum": "571ce45928dd40af6514fc4011866016c13845b4",
  24. "_spec": "gulp@^3.9.1",
  25. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  26. "author": {
  27. "name": "Fractal",
  28. "email": "contact@wearefractal.com",
  29. "url": "http://wearefractal.com/"
  30. },
  31. "bin": {
  32. "gulp": "./bin/gulp.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gulpjs/gulp/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "archy": "^1.0.0",
  40. "chalk": "^1.0.0",
  41. "deprecated": "^0.0.1",
  42. "gulp-util": "^3.0.0",
  43. "interpret": "^1.0.0",
  44. "liftoff": "^2.1.0",
  45. "minimist": "^1.1.0",
  46. "orchestrator": "^0.3.0",
  47. "pretty-hrtime": "^1.0.0",
  48. "semver": "^4.1.0",
  49. "tildify": "^1.0.0",
  50. "v8flags": "^2.0.2",
  51. "vinyl-fs": "^0.3.0"
  52. },
  53. "deprecated": false,
  54. "description": "The streaming build system",
  55. "devDependencies": {
  56. "coveralls": "^2.7.0",
  57. "eslint": "^1.7.3",
  58. "eslint-config-gulp": "^2.0.0",
  59. "graceful-fs": "^3.0.0",
  60. "istanbul": "^0.3.0",
  61. "jscs": "^2.3.5",
  62. "jscs-preset-gulp": "^1.0.0",
  63. "marked-man": "^0.1.3",
  64. "mkdirp": "^0.5.0",
  65. "mocha": "^2.0.1",
  66. "mocha-lcov-reporter": "^0.0.1",
  67. "q": "^1.0.0",
  68. "rimraf": "^2.2.5",
  69. "should": "^5.0.1"
  70. },
  71. "engines": {
  72. "node": ">= 0.9"
  73. },
  74. "files": [
  75. "index.js",
  76. "lib",
  77. "bin",
  78. "completion",
  79. "gulp.1"
  80. ],
  81. "homepage": "http://gulpjs.com",
  82. "license": "MIT",
  83. "man": [
  84. "gulp.1"
  85. ],
  86. "name": "gulp",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/gulpjs/gulp.git"
  90. },
  91. "scripts": {
  92. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  93. "lint": "eslint . && jscs *.js bin/ lib/ test/",
  94. "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
  95. "pretest": "npm run lint",
  96. "test": "mocha --reporter spec"
  97. },
  98. "tags": [
  99. "build",
  100. "stream",
  101. "system",
  102. "make",
  103. "tool",
  104. "asset",
  105. "pipeline"
  106. ],
  107. "version": "3.9.1"
  108. }