package.json 1010B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "gulp-dev": "gulp dev",
  9. "gulp-prod": "gulp prod"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/tracim/tracim.git"
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "bugs": {
  18. "url": "https://github.com/tracim/tracim/issues"
  19. },
  20. "homepage": "https://github.com/tracim/tracim#readme",
  21. "dependencies": {
  22. "babel-preset-es2015": "^6.9.0",
  23. "browser-sync": "^2.14.0",
  24. "gulp": "^3.9.1",
  25. "gulp-autoprefixer": "^3.1.1",
  26. "gulp-babel": "^6.1.2",
  27. "gulp-clean-css": "^2.0.8",
  28. "gulp-concat": "^2.6.0",
  29. "gulp-expect-file": "0.0.7",
  30. "gulp-jshint": "^2.0.1",
  31. "gulp-plumber": "^1.1.0",
  32. "gulp-rename": "^1.2.2",
  33. "gulp-replace": "^0.5.4",
  34. "gulp-rewrite-css": "^1.0.4",
  35. "gulp-sync": "^0.1.4",
  36. "gulp-uglify": "^1.5.3",
  37. "jshint": "^2.9.2",
  38. "jshint-stylish": "^2.2.0"
  39. }
  40. }