-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 918 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
{
"name" : "crytter",
"version" : "0.0.1",
"description" : "distributed peer to peer social networking feeds",
"main" : "index.js",
"bin" : {
"crytter" : "server.js"
},
"directories" : {
"example" : "example",
"test" : "test"
},
"dependencies" : {
"append-only" : "~0.1.0",
"optimist" : "~0.3.5",
"ecstatic" : "~0.3.0",
"request" : "~2.12.0"
},
"scripts" : {
"start" : "node server.js"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/crytter.git"
},
"homepage" : "https://github.com/substack/crytter",
"keywords" : [
"p2p",
"social",
"network",
"feed"
],
"author" : {
"name" : "James Halliday",
"email" : "[email protected]",
"url" : "http://substack.net"
},
"license" : "MIT"
}