-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "prettygoat",
"version": "6.4.0",
"dependencies": {
"CBuffer": "~2.0.0",
"async": "~2.1.4",
"async-exit-hook": "~2.0.1",
"bivio": "^0.3.2",
"body": "~5.1.0",
"cors": "~2.7.1",
"express": "~4.15.2",
"humanize": "0.0.9",
"inversify": "^4.3.0",
"inversify-inject-decorators": "^3.0.1",
"inversify-logging": "^0.2.0",
"lodash": "~4.13.1",
"moment": "~2.21.0",
"object-sizeof": "~1.1.1",
"portscanner": "~2.1.1",
"qs": "~6.3.0",
"reflect-metadata": "0.1.8",
"rxjs": "~5.4.2",
"socket.io": "~1.7.3",
"url-pattern": "~1.0.3"
},
"devDependencies": {
"@types/async": "~2.0.38",
"@types/chai": "~4.0.1",
"@types/expect.js": "~0.3.29",
"@types/express": "~4.0.35",
"@types/express-serve-static-core": "~4.0.40",
"@types/lodash": "4.14.54",
"@types/lolex": "~1.5.30",
"@types/mime": "0.0.29",
"@types/mocha": "~2.2.33",
"@types/node": "~6.0.52",
"@types/qs": "~6.2.30",
"@types/serve-static": "~1.7.31",
"@types/socket.io": "~1.4.27",
"chai": "~4.0.2",
"expect.js": "~0.3.1",
"hammock": "~2.0.1",
"lolex": "~1.5.2",
"typemoq": "~1.2.1"
},
"main": "dist",
"typings": "dist"
}