-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
32 lines (32 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "httpsys",
"author": {
"name": "Tomasz Janczuk <[email protected]>",
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "0.3.3-pre",
"description": "Native HTTP stack for Node.js on Windows",
"tags" : ["http", "https", "http.sys", "windows"],
"main": "./lib/httpsys.js",
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
"os": [ "win32" ],
"devDependencies": {
"mocha": "1.8.1",
"ws": "0.4.27",
"socket.io": "0.9.16",
"socket.io-client": "0.9.16"
},
"homepage": "https://github.com/tjanczuk/httpsys",
"repository": {
"type": "git",
"url": "[email protected]:tjanczuk/httpsys.git"
},
"bugs" : {
"url" : "http://github.com/tjanczuk/httpsys/issues"
},
"scripts": {
"install": "tools\\install.bat",
"test": "test\\test.bat"
}
}