first commit for 3.0.0-rc1
[bootswatch] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..dff6173
--- /dev/null
@@ -0,0 +1,23 @@
+{
+  "name": "bootswatch",
+  "description": "Bootswatch is a collection of themes for Bootstrap.",
+  "version": "3.0.0",
+  "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.1",
+    "grunt-recess": "~0.3.1",
+    "grunt-contrib-concat": "~0.1.3",
+    "grunt-contrib-clean": "~0.4.0",
+    "grunt-contrib-watch": "~0.5.1",
+    "bower": "~1.0.0"
+  }
+}