-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 930 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
38
39
40
{
"name": "websockito",
"version": "0.1.0",
"description": "A module to teach you how to use Web Sockets in Node.js.",
"bin": "./websockito.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/rspective/websockito"
},
"keywords": [
"workshop",
"workshopper",
"nodeschool.io",
"adventure",
"tutorial",
"ws",
"socket.io",
"web sockets"
],
"author": "rspective ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/rspective/websockito/issues"
},
"dependencies": {
"lodash": "~3.6.0",
"websocket": "^1.0.18",
"workshopper": "1.x",
"workshopper-boilerplate": "0.0.1",
"workshopper-exercise": "^0.2.2",
"workshopper-wrappedexec": "^0.1.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-execute": "~0.2.2",
"tape": "~4.0.0"
}
}