package.json 258 B

123456789101112
  1. {
  2. "name": "seed",
  3. "version": "0.0.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. }
  12. }