-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 793 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 793 Bytes
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
{
"author": {
"name": "Simon Rigét",
"email": "simon.riget@gmail.com",
"url": "https://github.com/paragi"
},
"description": "PHP Websocket Application Server Node.js WS websockets Express on linux",
"name": "WAS",
"version": "0.1.2",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/codemuncky/was.git"
},
"keywords": [
"Node.js",
"PHP",
"WS",
"websockets",
"Express",
"PHP-burner",
"burner",
"js",
"node"
],
"licenses": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"dependencies": {
"ini": "~1.1.0",
"express": "~3.4.7",
"ws": "~0.4.31",
"cron": "~1.0.1",
"wildcard": "~0.1.4"
},
"readmeFilename": "README.md"
}