X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=package.json;h=d025796190e67746a65a85e9d58410b91ad1fb19;hb=eb7b1acdf465a9132636fa20d797a389a6164c54;hp=31842036c00fb05b04e6267ef9188eef099652f5;hpb=a9aab510f11515c7dec294e7b24e838ff583e15a;p=bootswatch diff --git a/package.json b/package.json index 3184203..d025796 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,23 @@ { "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", - "version": "2.3.2", + "version": "3.0.3+1", "author": "Thomas Park", "homepage": "http://bootswatch.com/", "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0", "repository": { "type": "git", - "url": "git://github.com/thomaspark/bootswatch.git" + "url": "https://github.com/thomaspark/bootswatch.git" }, "engines": { "node": ">= 0.8.11" }, "devDependencies": { - "grunt": "~0.4.0", + "grunt": "~0.4.1", "grunt-recess": "~0.3.1", "grunt-contrib-concat": "~0.1.3", - "grunt-contrib-clean": "~0.4.0" + "grunt-contrib-clean": "~0.4.0", + "grunt-contrib-watch": "~0.5.1", + "bower": "~1.0.0" } }