forked from espadrine/sc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 890 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
{
"author": "Thaddee Tyl <thaddee.tyl@gmail.com> (http://espadrine.github.com/)",
"contributors": [
"Thaddee Tyl <thaddee.tyl@gmail.com>",
"Jan Keromnes <janx@linux.com>"
],
"name": "@shields_io/camp",
"description": "Fork of Scoutcamp maintained for Shields",
"version": "18.1.1",
"homepage": "https://github.com/badges/sc",
"repository": "badges/sc",
"main": "lib/camp.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"cookies": "~0.7.1",
"fleau": "~16.2.0",
"formidable": "~1.2.0",
"multilog": "~14.11.22",
"socket.io": "^2.0.4",
"spdy": "^4.0.2",
"handle-thing": "^2.0.1",
"ws": "^6.1.0"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">=0.11.8"
},
"license": "MIT",
"directories": {
"lib": "./lib",
"doc": "./doc",
"examples": "node app 1234"
}
}