diff options
author | 2015-01-05 20:54:02 +0100 | |
---|---|---|
committer | 2015-01-05 20:54:02 +0100 | |
commit | cdcd32ef6739bc4180bf323ae01a85d072ee3696 (patch) | |
tree | 21facfcc5dd2df7c4ce54321b98c5108bc92537a /package.json | |
parent | Also adapt footer background paths (diff) | |
download | tyrian-theme-cdcd32ef6739bc4180bf323ae01a85d072ee3696.tar.gz tyrian-theme-cdcd32ef6739bc4180bf323ae01a85d072ee3696.tar.bz2 tyrian-theme-cdcd32ef6739bc4180bf323ae01a85d072ee3696.zip |
Add new main Gruntfile
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..2a4ff7f --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "gentoo-tyrian", + "version": "0.0.1", + "devDependencies": { + "grunt": "~0.4.1", + "grunt-contrib-copy": "~0.5.0", + "grunt-shell": "~0.6.4" + } +} |