summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-04-09 17:45:32 -0400
committerJules Laplace <jules@okfoc.us>2014-04-09 17:45:32 -0400
commitcbd5e2411cd4df39dda75723da9c5e0153ad3331 (patch)
tree61090416889211be2b0d2a37cf5fe0fd545a77e7 /package.json
parent12d7bd4b9dba1c9e51b80059af650ff3fbfda0ca (diff)
box-drawing example
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..47528f9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "vvalls",
+ "version": "1.0.0",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/okfocus/vvalls.git"
+ },
+ "devDependencies": {
+ "grunt": "~0.4.1",
+ "grunt-contrib-concat": "~0.3.0",
+ "grunt-contrib-uglify": "~0.2.5",
+ "grunt-contrib-watch": "~0.5.3",
+ "grunt-contrib-clean": "~0.5.0",
+ "grunt-contrib-copy": "~0.5.0",
+ "grunt-dentist": "~0.3.4"
+ }
+}