package.json 952B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "tracim",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/tracim/tracim.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/tracim/tracim/issues"
  17. },
  18. "homepage": "https://github.com/tracim/tracim#readme",
  19. "dependencies": {
  20. "babel-preset-es2015": "^6.9.0",
  21. "browser-sync": "^2.14.0",
  22. "gulp": "^3.9.1",
  23. "gulp-autoprefixer": "^3.1.1",
  24. "gulp-babel": "^6.1.2",
  25. "gulp-clean-css": "^2.0.8",
  26. "gulp-concat": "^2.6.0",
  27. "gulp-expect-file": "0.0.7",
  28. "gulp-jshint": "^2.0.1",
  29. "gulp-plumber": "^1.1.0",
  30. "gulp-rename": "^1.2.2",
  31. "gulp-replace": "^0.5.4",
  32. "gulp-rewrite-css": "^1.0.4",
  33. "gulp-sync": "^0.1.4",
  34. "gulp-uglify": "^1.5.3",
  35. "jshint": "^2.9.2",
  36. "jshint-stylish": "^2.2.0"
  37. }
  38. }