package.json 1000 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "gulp-task-listing",
  3. "description": "Adds the ability to provide a task listing for your gulpfile",
  4. "version": "1.1.0",
  5. "homepage": "https://github.com/OverZealous/gulp-task-listing",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/OverZealous/gulp-task-listing.git"
  9. },
  10. "author": {
  11. "name": "Phil DeJarnett",
  12. "url": "http://overzealous.com/"
  13. },
  14. "main": "./index.js",
  15. "keywords": [
  16. "gulpfriendly"
  17. ],
  18. "dependencies": {
  19. "chalk": "*"
  20. },
  21. "devDependencies": {
  22. "gulp": "^3.6.2",
  23. "istanbul": "^0.2.8",
  24. "mocha": "^1.18.2",
  25. "mocha-lcov-reporter": "0.0.1",
  26. "mock": "^0.1.1",
  27. "should": "^3.3.1"
  28. },
  29. "scripts": {
  30. "test": "istanbul test _mocha --report html -- test/*.js --reporter spec"
  31. },
  32. "engines": {
  33. "node": ">= 0.8.0"
  34. },
  35. "licenses": "MIT",
  36. "bugs": {
  37. "url": "https://github.com/OverZealous/gulp-task-listing/issues"
  38. },
  39. "_id": "gulp-task-listing@0.2.1",
  40. "_from": "gulp-task-listing@*"
  41. }