diff --git a/package.json b/package.json index 7ec300e..c28970e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "silk-gui", - "version": "0.1.0", - "description": "GUI for developers (and Node Os)", + "version": "0.3.0", + "description": "GUI for developers and Node OS", "author": "zodern", "license": "MIT", + "preferGlobal": true, "dependencies": { "async": "~0.9.0", "bower-json": "latest", @@ -16,6 +17,18 @@ "rsvp": "latest", "ws": "~0.4.31" }, + "repository": { + "type": "git", + "url": "https://github.com/silk-GUI/Silk/issues" + }, + "bugs": { + "url": "https://github.com/nodejitsu/browsenpm.org/issues" + }, + "keywords": [ + "GUI", + "node-os", + "Silk" + ], "optionalDependencies": { "tty.js": "zodern/tty.js" },