summaryrefslogtreecommitdiffstats
path: root/coffee/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'coffee/package.json')
-rw-r--r--coffee/package.json47
1 files changed, 25 insertions, 22 deletions
diff --git a/coffee/package.json b/coffee/package.json
index 0c528493f..adb6417aa 100644
--- a/coffee/package.json
+++ b/coffee/package.json
@@ -1,24 +1,27 @@
{
- "name": "owncloud-news-app",
- "description": "ownCloud RSS reader app",
- "version": "0.0.1",
- "author": "ownCloud <owncloud@kde.org>",
- "private": true,
- "contributors": [
- {
- "name": "Alessandro Cosentino",
- "email": "cosenal@gmail.com"
- },
- {
- "name": "Bernhard Posselt",
- "email": "nukeawhale@gmail.com"
- }
- ],
- "devDependencies": {
- "grunt": "~0.3.17",
- "coffee-script": "~1.4.0",
- "grunt-contrib-coffee": "~0.3.2",
- "grunt-testacular": "~0.2.2"
- },
- "engine": "node >= 0.8"
+ "name": "owncloud-news-app",
+ "description": "ownCloud RSS reader app",
+ "version": "0.0.1",
+ "author": "ownCloud <owncloud@kde.org>",
+ "private": true,
+ "contributors": [
+ {
+ "name": "Alessandro Cosentino",
+ "email": "cosenal@gmail.com"
+ },
+ {
+ "name": "Bernhard Posselt",
+ "email": "nukeawhale@gmail.com"
+ }
+ ],
+ "devDependencies": {
+ "grunt": "~0.4.0rc7",
+ "coffee-script": "~1.4.0",
+ "grunt-contrib-coffee": "~0.4.0rc7",
+ "grunt-testacular": "~0.2.2",
+ "grunt-contrib-concat": "~0.1.2rc6",
+ "grunt-contrib-watch": "~0.2.0rc7",
+ "grunt-coffeelint": "0.0.4"
+ },
+ "engine": "node >= 0.8"
}