From 3cc87503b1fd9e40752d0f172aa599bd6da14829 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Sun, 20 Jun 2010 17:34:13 -0400 Subject: [PATCH] added package.json --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..edfd6b2 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "colors", + "description": "get colors in your node.js console like what", + "version": "0.1.0", + "author": "Marak Squires", + "repository": { + "type": "git", + "url": "http://github.com/Marak/colors.js.git" + }, + "engine": [ + "node >=0.1.90" + ], + "main": "colors" +} \ No newline at end of file