package.json 336 B

1234567891011121314
  1. {
  2. "name": "spectrum",
  3. "version": "1.3.4",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://bgrins.github.com/spectrum"
  7. },
  8. "devDependencies": {
  9. "grunt": "~0.4.0",
  10. "grunt-contrib-jshint": "~0.4.3",
  11. "grunt-contrib-qunit": "~0.2.0",
  12. "grunt-contrib-uglify": "~0.2.0"
  13. }
  14. }