forked from rejetto/hfs-aborted-see-new-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 957 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "hfs",
"description": "HTTP File Server",
"keywords": [
"file server",
"http server"
],
"version": "0.1.7",
"license": "GPL-3.0",
"homepage": "http://www.rejetto.com/hfs",
"author": "Massimo Melina <a@rejetto.com> (http://rejetto.com)",
"repository": {
"type": "git",
"url": "https://github.com/rejetto/hfs"
},
"bugs": {
"email": "a@rejetto.com",
"url": "http://www.rejetto.com/forum/index.php/board,28.0.html"
},
"directories": {
"lib": "./lib",
"static": "./static"
},
"main": "./main.js",
"dependencies": {
"socket.io": "1.3.6",
"socket.io-client": "1.3.6",
"async": "1.4.1",
"js-yaml": "3.3.1"
},
"bundleDependencies": [
],
"devDependencies": {
},
"engines": {
"node": "0.8",
"npm": "1"
},
"os": ["win32", "linux", "darwin"],
"licenses": [
{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
]
}