package.json 854 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "ivprog-html",
  3. "version": "0.0.1",
  4. "description": "IVProg using HTML5-JS-CSS at LiNE",
  5. "keywords": { "learning", "teaching", "programming", "visual programming" },
  6. "homepage": "http://www.matematica.br/ivprogh",
  7. "main": "index.js",
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "author": "",
  12. "license": "Gnu 3",
  13. "dependencies": {
  14. "express": "~4.10.7"
  15. },
  16. "devDependencies": {
  17. "browser-sync": "^2.8.2",
  18. "browserify": "~8.1.3",
  19. "connect-livereload": "~0.5.2",
  20. "express": "~4.10.8",
  21. "gulp": "^3.9.0",
  22. "gulp-browserify": "~0.5.1",
  23. "gulp-clean": "~0.3.1",
  24. "gulp-concat": "~2.4.3",
  25. "gulp-connect": "~2.2.0",
  26. "gulp-embedlr": "~0.5.2",
  27. "gulp-jshint": "~1.9.2",
  28. "gulp-livereload": "~3.7.0",
  29. "gulp-util": "~3.0.3",
  30. "tiny-lr": "~0.1.5"
  31. }
  32. }