-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
74 lines (74 loc) · 2 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "happn",
"description": "pub/sub api as a service using primus and mongo & redis or nedb, can work as cluster, single process or embedded using nedb, use in production at your own risk",
"version": "2.21.4",
"main": "./lib/index",
"protocol": "1.1.0",
"scripts": {
"test": "mocha --expose-gc silence.js test",
"test-cover": "istanbul cover _mocha -- silence.js test",
"test-memory": "mocha --expose-gc test/test-memory",
"test-browser": "gulp --gulpfile test/test-browser/gulp-01.js"
},
"author": "",
"license": "MIT",
"keywords": [
"mongo",
"redis",
"nedb",
"primus",
"websockets"
],
"repository": {
"type": "git",
"url": "https://github.com/happner/happn.git"
},
"dependencies": {
"JSONStream": "^0.10.0",
"async": "^1.5.2",
"bluebird": "^2.10.2",
"body-parser": "^1.14.1",
"byline": "^4.2.1",
"connect": "^3.4.0",
"connect-cookies": "^0.0.0",
"deep-copy": "^1.1.2",
"happn-logger": "^0.0.2",
"happn-nedb": "^1.8.1",
"happn-primus": "^6.0.1",
"happn-sillyname": "^0.1.0",
"happn-util-crypto": "^0.2.3",
"jsonpack": "^1.1.5",
"jwt-simple": "^0.2.0",
"long-timeout": "^0.1.1",
"lru-cache": "^4.0.0",
"ms": "^0.7.1",
"happn-password-hash-and-salt": "1.1.0",
"pem": "~1.11.0",
"serve-static": "^1.10.0",
"shortid": "^2.2.4",
"sift": "^3.2.6",
"traverse": "^0.6.6",
"underscore.string": "^3.3.4",
"user-home": "^2.0.0",
"uuid": "^3.0.1",
"ws": "^1.0.1"
},
"devDependencies": {
"benchmarket": "^0.2.0",
"chai": "^3.5.0",
"coveralls": "^2.11.6",
"debug": "^2.2.0",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"happn-random-activity-generator": "^0.2.0",
"istanbul": "^0.4.1",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.3",
"mocha": "^3.4.2",
"request": "2.81.0"
},
"readmeFilename": "README.md"
}