-
Notifications
You must be signed in to change notification settings - Fork 952
/
package.json
55 lines (55 loc) · 1.29 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
{
"name": "tribeca",
"version": "2.0.0",
"description": "A high frequency, market making cryptocurrency trading platform",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"dependencies": {
"agentkeepalive": "2.0.5",
"angular": "1.5.3",
"angular-ui-bootstrap": "1.2.5",
"angularjs": "0.0.1",
"basic-auth": "1.0.3",
"basic-auth-connect": "1.0.0",
"body-parser": "1.15.0",
"bufferutil": "1.2.1",
"bunyan": "1.8.0",
"collections": "3.0.0",
"compression": "1.6.1",
"connect": "3.4.1",
"express": "4.13.4",
"grunt": "0.4.5",
"grunt-browserify": "5.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-ts": "5.4.0",
"jquery": "2.2.2",
"lodash": "4.6.1",
"moment": "2.12.0",
"mongodb": "2.1.11",
"node-uuid": "1.4.7",
"q": "1.4.1",
"request": "2.69.0",
"shortid": "2.2.4",
"socket.io": "1.4.5",
"socket.io-client": "1.4.5",
"typescript": "1.8.9",
"typings": "0.7.11",
"utf-8-validate": "1.2.1",
"ws": "1.0.1"
},
"devDependencies": {
"mocha": "2.4.5"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:michaelgrosner/tribeca.git"
},
"author": "Michael Grosner",
"license": "ISC"
}