Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Jan 5, 2015
1 parent 5570df8 commit 100ed71
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 100ed71

Please sign in to comment.