diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-05 17:57:05 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-05 17:58:21 -0400 |
| commit | c88541abc8a4ec6558a7de7d8c33babe732564d6 (patch) | |
| tree | 9c7ddeb9f96d9a7ec0f98d1bcef35fb3407c2b54 /package.json | |
| parent | 983d884971880912c015feadfd51c397277d48ad (diff) | |
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 index e7d818a..a524921 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,14 @@ "object-assign": "^2.0.0", "okcms": "git+ssh://git@github.com:okfocus/okcms.git#v0.1.26" }, + "devDependencies": { + "grunt": "^0.4.5", + "grunt-cli": "^0.1.13", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-concat": "^0.5.1", + "grunt-dentist": "^0.3.4", + "grunt-contrib-copy": "^0.8.0", + "grunt-contrib-uglify": "^0.9.1" + }, "homepage": "https://github.com/okfocus/portfolio" } |
