package.json 410 B

12345678910111213141516
  1. {
  2. "name": "lungo",
  3. "description": "HTML5 Cross-Device Framework.",
  4. "homepage": "http://lungo.tapquo.com",
  5. "author": {
  6. "name": "Tapquo S.L.",
  7. "site": "http://tapquo.com"},
  8. "devDependencies": {
  9. "grunt-contrib-coffee": "*",
  10. "grunt-contrib-concat": "*",
  11. "grunt-contrib-uglify": "*",
  12. "grunt-contrib-stylus": "*",
  13. "grunt-contrib-copy": "*",
  14. "grunt-contrib-watch": "*"
  15. }
  16. }