Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 19, 2015
1 parent 5cf1a12 commit e6de001
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "websocketjs",
"version": "1.0.0",
"description": "websocket APIs simple package",
"main": "websocket.js",
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/websocket.git"
},
"keywords": [
"websocket"
],
"author": "kenny wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaywcjlove/websocket/issues"
},
"homepage": "https://github.com/jaywcjlove/websocket"
}

0 comments on commit e6de001

Please sign in to comment.