-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.25 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
{
"name": "causeway",
"description": "",
"version": "0.1.4",
"author": {
"name": "Iyad Assaf",
"email": "iyadassaflondon@gmail.com"
},
"scripts": {
"bench": "redis-server ./test/resources/redis.conf | node ./bench/async.js && node ./bench/blocking.js ",
"test": "redis-server ./test/resources/redis.conf | ./node_modules/.bin/grunt test"
},
"keywords": [
"causeway",
"router",
"traffic",
"mongo",
"organise",
"bridge",
"async",
"sync",
"asynchronous",
"ruby",
"python",
"console"
],
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"q": "^1.0.1",
"eventemitter": "^0.3.3",
"redis": "^0.12.1",
"chalk": "^0.5.1"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.20.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"jshint-stylish": "^0.4.0",
"grunt-jsdox": "^0.1.5",
"express": "^4.7.0",
"grunt-mocha-test": "^0.11.0",
"q": "^1.0.1",
"grunt-cli": "^0.1.13",
"ps-tree": "0.0.3",
"async": "^0.9.0"
},
"main": "./lib/causeway.coffee",
"readme": "",
"readmeFilename": "README.md",
"bugs": {
"url": ""
},
"_id": "",
"_from": ""
}