Created
May 5, 2016 03:19
-
-
Save hunvreus/fb81403336ae5a11b9d4cd2a5dabf11a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Wiredcraft", | |
"version": "0.0.3", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/Wiredcraft/wiredcraft.github.io.git" | |
}, | |
"author": "Ronan Berder", | |
"license": "WTFPL", | |
"bugs": { | |
"url": "https://github.com/Wiredcraft/wiredcraft.github.io/issues" | |
}, | |
"homepage": "https://wiredcraft.com", | |
"dependencies": { | |
"bower": "*", | |
"gulp": "*", | |
"gulp-concat": "*", | |
"gulp-minify-css": "*", | |
"gulp-sass": "*", | |
"gulp-uglify": "*", | |
"node-bourbon": "*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment