You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 610B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "app",
  3. "version": "0.1.0",
  4. "description": "App Front",
  5. "main": "app.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "grunt": "~1.0.0",
  9. "grunt-contrib-clean": "~1.0.0",
  10. "grunt-contrib-concat": "~1.0.1",
  11. "grunt-contrib-copy": "~1.0.0",
  12. "grunt-contrib-cssmin": "~1.0.2",
  13. "grunt-contrib-less": "~1.4.0",
  14. "grunt-contrib-uglify": "~2.0.0",
  15. "grunt-usemin": "~3.1.1"
  16. },
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://git.rthoni.com/"
  23. },
  24. "author": "",
  25. "license": "MIT"
  26. }