diff options
author | Camil Staps | 2015-10-25 00:19:11 +0200 |
---|---|---|
committer | Camil Staps | 2015-10-25 00:33:40 +0200 |
commit | c60d9793834ab10bdd6dc373f47c2206d39d5663 (patch) | |
tree | 3e22336544a13787b91e256dbdfa7b273e170370 /package.json |
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..db2ad95 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "camilstaps.nl", + "version": "0.1.0", + "devDependencies": { + "gulp": "^3.8.11", + "gulp-bower": "0.0.10", + "gulp-changed": "~1.2.1", + "gulp-jade": "~1.0.0", + "gulp-minify-html": "~1.0.2", + "gulp-notify": "^2.2.0", + "gulp-ruby-sass": "^0.7.1", + "markdown-js": "0.0.3" + } +} |