diff --git a/package.json b/package.json index abbed98..0dd2fac 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,12 @@ "gulp-coffee": "^2.3.1", "gulp-sass": "^2.1.0", "node-sass": "^3.4.2" - }, - "repository" : - { - "type" : "git", - "url" : "https://git.mmk2410.org/filespread" - } + }, + "repository": { + "type": "git", + "url": "https://git.mmk2410.org/filespread" + }, + "dependencies": { + "coffee-script": "^1.10.0" + } }