-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
36 lines (36 loc) · 927 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
{
"author": "Thaddee Tyl <[email protected]> (http://espadrine.github.com/)",
"contributors": [
"Thaddee Tyl <[email protected]>",
"Jan Keromnes <[email protected]>"
],
"name": "camp",
"description": "Streamed Web Server with easy Ajax, EventSource, Templating, Static pages; Middleware approach and extensibility.",
"version": "18.1.1",
"homepage": "https://github.com/espadrine/sc",
"repository": "espadrine/sc",
"main": "lib/camp.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"cookies": "^0.7.3",
"fleau": "~16.2.0",
"formidable": "~1.2.0",
"multilog": "~14.11.22",
"socket.io": "^2.2.0",
"spdy": "^4.0.0",
"ws": "^6.2.1"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">=0.11.8"
},
"license": "MIT",
"directories": {
"lib": "./lib",
"doc": "./doc",
"examples": "node app 1234"
}
}