-
Notifications
You must be signed in to change notification settings - Fork 952
/
package.json
56 lines (56 loc) · 1.33 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
{
"name": "tribeca",
"version": "2.0.0",
"description": "A high frequency, market making cryptocurrency trading platform",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"dependencies": {
"@types/lodash": "^4.14.62",
"agentkeepalive": "3.1.0",
"angular": "1.6.4",
"angular-ui-bootstrap": "2.5.0",
"angularjs": "0.0.1",
"basic-auth": "1.1.0",
"basic-auth-connect": "1.0.0",
"body-parser": "1.17.1",
"bufferutil": "3.0.0",
"bunyan": "1.8.10",
"collections": "5.0.6",
"compression": "1.6.2",
"connect": "3.6.0",
"express": "4.15.2",
"grunt": "1.0.1",
"grunt-browserify": "5.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-ts": "6.0.0-beta.15",
"jquery": "3.2.1",
"lodash": "4.17.4",
"moment": "2.18.1",
"mongodb": "2.2.25",
"node-uuid": "1.4.8",
"q": "1.5.0",
"request": "2.81.0",
"shortid": "2.2.8",
"socket.io": "1.7.3",
"socket.io-client": "1.7.3",
"typescript": "2.2.2",
"typings": "2.1.0",
"utf-8-validate": "3.0.1",
"ws": "2.2.3"
},
"devDependencies": {
"mocha": "3.2.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:michaelgrosner/tribeca.git"
},
"author": "Michael Grosner",
"license": "ISC"
}