From 97c2a070397eabb366e59c4bf7e26af71b1ef219 Mon Sep 17 00:00:00 2001 From: Thomas Davis Date: Tue, 7 Jan 2014 22:45:57 +1000 Subject: [PATCH] colors fix --- ajax/libs/colors/package.json | 49 +++++++++++++++++------------------ 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/ajax/libs/colors/package.json b/ajax/libs/colors/package.json index 18c5969f2..5b4b9025f 100644 --- a/ajax/libs/colors/package.json +++ b/ajax/libs/colors/package.json @@ -1,26 +1,25 @@ { - + "name": "colors", - + "filename": "colors.min.css", - + "version": "1.0", - + "description": "A nicer color palette for the web.", - + "homepage": "http://clrs.cc", - + "keywords": [ - + "css", - + "colors", - + "html", - + "new" - + ], - + "maintainers": [ - + { - + "name": "Adam Morse", - + "url": "https://github.com/mrmrs" - + - + } - + ], - + "repositories": [ - + { - + "type": "git", - + "url": "https://github.com/mrmrs/colors.git" - + } - + ] - +} \ No newline at end of file + "name": "colors", + "filename": "colors.min.css", + "version": "1.0", + "description": "A nicer color palette for the web.", + "homepage": "http://clrs.cc", + "keywords": [ + "css", + "colors", + "html", + "new" + ], + "maintainers": [ + { + "name": "Adam Morse", + "url": "https://github.com/mrmrs" + } + ], + "repositories": [ + { + "type": "git", + "url": "https://github.com/mrmrs/colors.git" + } + ] +}