diff options
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" + } +} |