commit | ea23674fb1d8457b1138596da151db2d746fc367 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Thu Mar 26 21:55:36 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Thu Mar 26 21:55:36 2015 +0000 |
tree | 1d808dce2fe25e12b4fd3da3e9323b1a26361375 | |
parent | 2c8982ec41c6940aedba80d073fa241d4c671c3e [diff] [blame] |
Add grunt and coherent styles
diff --git a/public/package.json b/public/package.json new file mode 100755 index 0000000..a632a94 --- /dev/null +++ b/public/package.json
@@ -0,0 +1,12 @@ +{ + "name": "kalamar-static", + "version": "0.1.0", + "devDependencies": { + "grunt": "~0.4.1", + "grunt-contrib-concat": "^0.5.1", + "grunt-contrib-imagemin": "^0.9.4", + "grunt-contrib-sass": "^0.9.2", + "grunt-contrib-uglify": "^0.8.0", + "grunt-contrib-watch": "^0.6.1" + } +}