Skip to content

Commit 3a53c63

Browse files
committed
Added Arnout as official contributor
1 parent cfbae2a commit 3a53c63

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

package.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
{ "name" : "socket.io"
2-
, "description" : "The cross-browser WebSocket"
3-
, "version" : "0.6.16"
4-
, "author" : "LearnBoost"
5-
, "licenses" :
6-
[ { "type" : "MIT"
7-
, "url" : "http://github.com/learnboost/Socket.IO-node/raw/master/README.md"
1+
{
2+
"name": "socket.io"
3+
, "description": "The cross-browser WebSocket"
4+
, "version": "0.6.16"
5+
, "author": "Guillermo Rauch <[email protected]>"
6+
, "contributors": [
7+
{ "name": "Guillermo Rauch", "email": "[email protected]" }
8+
, { "name": "Arnout Kazemier", "email": "[email protected]" }
9+
]
10+
, "licenses": [{
11+
"type": "MIT"
12+
, "url": "http://github.com/learnboost/Socket.IO-node/raw/master/README.md"
13+
}]
14+
, "repository": {
15+
"type": "git"
16+
, "url": "http://github.com/learnboost/Socket.IO-node.git"
817
}
9-
]
10-
, "repository" :
11-
{ "type" : "git"
12-
, "url" : "http://github.com/learnboost/Socket.IO-node.git"
13-
}
14-
, "engine" : [ "node >=0.1.102" ]
15-
, "main" : "./index"
16-
, "scripts" : { "test" : "make test" }
18+
, "engine": [ "node >=0.1.102" ]
19+
, "main": "./index"
20+
, "scripts": { "test" : "make test" }
1721
}

0 commit comments

Comments
 (0)