-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.57 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "bloggify-share-term",
"version": "2.0.2",
"description": "A Bloggify plugin for sharing the terminal to other clients (browsers or terminals).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"license": "MIT",
"keywords": [
"bloggify",
"share",
"terminal"
],
"dependencies": {
"socket.io": "^1.3.5",
"jade": "1.11.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Share-Term/server.git"
},
"bugs": {
"url": "https://github.com/Share-Term/server/issues"
},
"homepage": "https://github.com/Share-Term/server",
"blah": {
"description": "[Visit share-term.me](http://share-term.me/) for more information.",
"title": "Share Term `Server`",
"installation": [
{
"h2": "Installation"
},
{
"code": {
"language": "js",
"content": [
"{",
" \"name\": \"share-term\",",
" \"source\": \"[email protected]:Share-Term/server.git\",",
" \"version\": \"master\"",
"}"
]
}
},
{
"h2": "Events"
},
{
"img": {
"source": "http://i.imgur.com/bmE54Kp.png"
}
}
]
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}