-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.06 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.06 KB
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
{
"author": {
"name": "Peter Dietrich"
},
"bugs": {
"url": "https://github.com/TURTED/TURTED_node/issues"
},
"config": {
"loglevel": "error"
},
"dependencies": {
"lodash-node": "*",
"socket.io": "^4.8.3"
},
"description": "The Universal Real Time Event Dispatcher",
"devDependencies": {
"nodeunit": "*"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "1adea06d17e9b19a77791b2715ad9b3eb0472c8b",
"tarball": "https://registry.npmjs.org/turted/-/turted-3.1.1.tgz"
},
"gitHead": "466b0472001b0ba83211ff0e41bdb26a0c023eeb",
"homepage": "http://turted.xosofox.de",
"keywords": [
"dispatcher",
"event",
"real-time"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "xosofox",
"email": "xosofox@gmail.com"
}
],
"name": "turted",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/TURTED/TURTED_node.git"
},
"scripts": {
"test": "nodeunit test/test.js"
},
"version": "4.0.2"
}