package.json 943 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "node-waves",
  3. "version": "0.7.5",
  4. "description": "Click effect insipired by Google Material Design",
  5. "author": "Alfiana E. Sibuea <alfian.sibuea@gmail.com>",
  6. "license": "MIT",
  7. "main": "src/js/waves.js",
  8. "devDependencies": {
  9. "grunt": "^0.4.5",
  10. "grunt-contrib-clean": "^0.6.0",
  11. "grunt-contrib-concat": "^0.5.0",
  12. "grunt-contrib-copy": "^0.7.0",
  13. "grunt-contrib-jshint": "^0.10.0",
  14. "grunt-contrib-less": "^0.12.0",
  15. "grunt-contrib-sass": "^0.8.1",
  16. "grunt-contrib-stylus": "^0.20.0",
  17. "grunt-contrib-uglify": "^0.6.0",
  18. "grunt-contrib-watch": "^0.6.1",
  19. "grunt-execute": "^0.2.2",
  20. "grunt-sass-convert": "^0.2.0",
  21. "less2stylus": "^0.1.0"
  22. },
  23. "scripts": {
  24. "test": ""
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/fians/Waves.git"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/fians/Waves/issues"
  32. },
  33. "homepage": "http://fian.my.id/Waves"
  34. }