package.json 320 B

1234567891011121314
  1. {
  2. "name": "foundation-libsass-template",
  3. "version": "0.0.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/zurb/foundation-libsass-template.git"
  7. },
  8. "devDependencies": {
  9. "node-sass": "~2.0.1",
  10. "grunt": "~0.4.5",
  11. "grunt-contrib-watch": "~0.6.1",
  12. "grunt-sass": "~0.18.0"
  13. }
  14. }