package.json 331 B

12345678910111213
  1. {
  2. "name": "seed",
  3. "version": "0.2.1",
  4. "devDependencies": {
  5. "grunt": "~0.4.1",
  6. "grunt-contrib-watch": "~0.4.4",
  7. "grunt-component-build": "~0.3.0",
  8. "grunt-contrib-jshint": "~0.6.0",
  9. "grunt-mocha": "~0.4.0",
  10. "chai": "~1.7.2",
  11. "grunt-contrib-uglify": "~0.2.2"
  12. }
  13. }