diff options
| author | Julie Lala <jules@okfoc.us> | 2014-05-08 16:34:43 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-05-08 16:34:43 -0400 |
| commit | 3caac3e80e3a0eef2c481698de777a308d275d54 (patch) | |
| tree | 42d6a60c9bce54a57648d8538407b89913596a0a /package.json | |
| parent | 4df42cb4c3243ba2320d48ea45a08b3239df92dd (diff) | |
grunt stuffffff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b137a94 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "trees", + "version": "0.2.4", + "repository": { + "type": "git", + "url": "git://dino.fm/trees.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.3" + } +} |
