From 76151a601369da4545f7192f43cdc8e623f7a4c8 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 11 Nov 2014 08:54:33 +0100 Subject: [PATCH] Adding dependencies --- Resources/package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Resources/package.json b/Resources/package.json index 149a3b5eb..dae6ce776 100644 --- a/Resources/package.json +++ b/Resources/package.json @@ -4,5 +4,15 @@ "description": "JS-CSS files for Chill, a software for social workers", "directories": { }, - "author": "Champs-Libres " + "author": "Champs-Libres ", + "devDependencies": { + "grunt": "^0.4.5", + "grunt-bower-task": "^0.4.0", + "grunt-contrib-copy": "^0.7.0", + "grunt-contrib-sass": "^0.8.1", + "jit-grunt": "^0.9.0", + "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-clean": "^0.6.0" + }, + "dependencies": {} }