From ff5e5986bbc16134e5a29cdd64d4f198ca8eed13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 8 Jan 2014 13:15:56 +0100 Subject: [PATCH] Simplify Wuzzle package.json --- ajax/libs/wuzzle/package.json | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/ajax/libs/wuzzle/package.json b/ajax/libs/wuzzle/package.json index 4a7ed76fe..8eb109236 100644 --- a/ajax/libs/wuzzle/package.json +++ b/ajax/libs/wuzzle/package.json @@ -1,24 +1,14 @@ { "name": "wuzzle", - "filename": "wuzzle.css", - "version": "1.0.0", + "author": "ws1 team", "description": "Responsive, minimal and customizable grid system", "keywords": [ "css", "wuzzle", + "ws1", "grid" ], - "maintainers": [ - { - "name": "ZDroid", - "email": "zdroid@pulsir.eu", - "web": "http://zdroid.github.io" - } - ], - "repositories": [ - { - "type": "git", - "url": "https://github.com/ws1/wuzzle" - } - ] + "version": "1.0.0", + "repository": "ws1/wuzzle", + "filename": "wuzzle.css" }