package.json 444 B

1234567891011121314151617
  1. {
  2. "devDependencies": {
  3. "grunt": "^1.3.0",
  4. "grunt-cli": "^1.3.2",
  5. "grunt-contrib-concat": "~1.0.1",
  6. "grunt-contrib-jshint": "~3.0.0",
  7. "grunt-contrib-less": "~3.0.0",
  8. "grunt-contrib-uglify": "~5.0.0",
  9. "grunt-contrib-watch": "~1.1.0"
  10. },
  11. "scripts": {
  12. "build": "npm install && grunt",
  13. "start": "grunt watch",
  14. "test": "grunt"
  15. },
  16. "dependencies": {}
  17. }