-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.24 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.24 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
52
53
54
55
56
57
58
59
60
61
62
{
"author": "Refael Ackermann <refael@empeeric.com>",
"dependencies": {
"debug": "latest",
"lodash": "latest",
"lodash-contrib": "latest",
"opinion": "latest",
"socket.io-redis": ""
},
"description": "load ready socket.io builerplate",
"devDependencies": {
"asynctrace": "latest",
"chai": "latest",
"grist": "latest",
"mocha": "latest"
},
"engines": {
"node": ">= 0.11.13"
},
"enginesStrict": {
"node": ">= 0.11.13"
},
"jshintConfig": {
"esnext": true,
"expr": true,
"forin": true,
"freeze": true,
"globals": {
"after": true,
"before": true,
"describe": true,
"expect": true,
"it": true
},
"immed": true,
"maxdepth": 4,
"newcap": true,
"noarg": true,
"node": true,
"noempty": true,
"nonew": true,
"noyield": true,
"scripturl": true,
"sub": true,
"supernew": true,
"trailing": true,
"undef": true,
"unused": true
},
"keywords": [
"socket.io", "load", "redis"
],
"license": "MIT",
"main": "index.js",
"name": "empeericaload",
"repository": "Empeeric/empeericaload",
"scripts": {
"start": "node --harmony index.js",
"test": "mocha --harmony"
},
"version": "0.0.0"
}