eastside/package.json
Linus Miller cd141ef6fa Initial commit.
Former-commit-id: d2e17d67fe98124db4e87b10597af9d54d14d0de
2013-12-07 17:43:26 +01:00

18 lines
452 B
JSON

{
"title": "Eastside Galleries",
"name": "eastside",
"version": "0.1.0",
"description": "The Whitemill Website",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-smushit": "~1.1.2",
"grunt-svgmin": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-svg2png": "~0.2.1"
}
}