package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "pimp-my-tube",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "repository": {
  6. "url": "https://yguern@stash.rmn.com/scm/cld/mr-extension.git",
  7. "type": "git"
  8. },
  9. "scripts": {
  10. "test": "mocha --reporter progress --compilers js:babel-core/register extension/tests"
  11. },
  12. "author": "Yannick Guern <dev@guern.eu>",
  13. "license": "MIT",
  14. "devDependencies": {
  15. "babel-core": "^6.22.1",
  16. "babel-preset-es2015": "^6.18.0",
  17. "babel-preset-stage-2": "^6.22.0",
  18. "chai": "^3.5.0",
  19. "get-gulp-args": "^0.0.1",
  20. "gulp": "^3.9.1",
  21. "gulp-babel": "^6.1.2",
  22. "gulp-clean": "^0.3.2",
  23. "gulp-clean-css": "^2.3.2",
  24. "gulp-concat": "^2.6.1",
  25. "gulp-copy": "^1.0.0",
  26. "gulp-csslint": "^1.0.0",
  27. "gulp-if": "^2.0.2",
  28. "gulp-image": "^2.7.5",
  29. "gulp-jshint": "^2.0.4",
  30. "gulp-minify": "^0.0.14",
  31. "gulp-plumber": "^1.1.0",
  32. "gulp-rename": "^1.2.2",
  33. "gulp-replace": "^0.5.4",
  34. "gulp-replace-task": "^0.11.0",
  35. "gulp-uglify": "^2.0.0",
  36. "gulp-useref": "^3.1.2",
  37. "gulp-watch": "^4.3.11",
  38. "gulp-zip": "^3.2.0",
  39. "jshint": "^2.9.4",
  40. "jshint-stylish": "^2.2.1",
  41. "run-sequence": "^1.2.2"
  42. }
  43. }