-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 759 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "name" : "node-handlersocket"
, "version" : "0.0.3"
, "description" : "HandlerSocket client for Node.js"
, "homepage" : "http://github.com/koichik/node-handlersocket/"
, "author" : "Koichi Kobayashi <koichik@improvement.jp> (http://d.hatena.ne.jp/koichik/)"
, "main" : "node-handlersocket"
, "directories" :
{ "lib" : "./lib"
, "example" : "./example"
}
, "licenses" :
[ { "type" : "The MIT License"
, "url": "http://www.opensource.org/licenses/mit-license.php"
}
]
, "repositories" :
{ "type" : "git"
, "url" : "http://github.com/koichik/node-handlersocket.git"
, "private" : "git@github.com:koichik/node-handlersocket.git"
, "web" : "http://github.com/koichik/node-handlersocket"
}
, "engines" : { "node" : ">=0.3.0" }
}