diff options
Diffstat (limited to '2/package.json')
-rw-r--r-- | 2/package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/2/package.json b/2/package.json new file mode 100644 index 00000000..31842036 --- /dev/null +++ b/2/package.json @@ -0,0 +1,21 @@ +{ + "name": "bootswatch", + "description": "Bootswatch is a collection of themes for Bootstrap.", + "version": "2.3.2", + "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" + }, + "engines": { + "node": ">= 0.8.11" + }, + "devDependencies": { + "grunt": "~0.4.0", + "grunt-recess": "~0.3.1", + "grunt-contrib-concat": "~0.1.3", + "grunt-contrib-clean": "~0.4.0" + } +} |