-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 1.73 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
74
{
"name": "replie",
"version": "2.2.0",
"description": "A basic web socket based repl",
"main": "index.js",
"scripts": {
"test": "test",
"start": "node index.js"
},
"keywords": [
"repl",
"node",
"websockets",
"socket.io",
"child_process",
"stream"
],
"author": {
"name": "Jan Bialostok",
"email": "janbialostok@gmail.com",
"url": "https://github.com/janbialostok"
},
"contributors": [
{
"name": "Yaw Joseph Etse",
"email": "yaw.etse@gmail.com",
"url": "http://about.me/yawjosephetse"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/janbialostok/Replie.git"
},
"dependencies": {
"async": "^2.0.0-rc.2",
"express": "^4.13.4",
"socket.io": "^1.3.7",
"promisie": "^1.0.4",
"shelljs": "^0.5.3",
"util-extend": "^1.0.1"
},
"devDependencies": {},
"gitHead": "fb22d1d67078d6ac68ae457fe431462e8d66d17e",
"bugs": {
"url": "https://github.com/janbialostok/Replie/issues"
},
"homepage": "https://github.com/janbialostok/Replie#readme",
"_id": "replie@2.0.0",
"_shasum": "06a4fa3d298bad8009f2f6c2029d45f5e55decef",
"_from": "replie@1.0.2",
"_npmVersion": "2.11.2",
"_nodeVersion": "4.2.4",
"_npmUser": {
"name": "yawetse",
"email": "yaw.etse@gmail.com"
},
"dist": {
"shasum": "06a4fa3d298bad8009f2f6c2029d45f5e55decef",
"tarball": "http://registry.npmjs.org/replie/-/replie-1.0.2.tgz"
},
"maintainers": [
{
"name": "janbialostok",
"email": "janbialostok@gmail.com"
},
{
"name": "yawetse",
"email": "yaw.etse@gmail.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/replie/-/replie-1.0.2.tgz"
}