package.json 428 B

12345678910111213141516171819
  1. {
  2. "name": "scrollspy",
  3. "version": "0.0.1",
  4. "description": "Scrollspy library",
  5. "main": "scrollspy.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "makotot",
  10. "license": "MIT",
  11. "devDependencies": {
  12. "grunt-contrib-uglify": "^0.8.0",
  13. "grunt-eslint": "^9.0.0",
  14. "grunt-umd": "^2.3.2",
  15. "jit-grunt": "^0.9.1",
  16. "time-grunt": "^1.1.0"
  17. }
  18. }