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