-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 862 Bytes
/
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
{
"name": "gameboy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/webpack",
"test": "mocha -r ts-node/register tests/**/*.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.0.10",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.57",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"eslint": "^4.13.0",
"mocha": "^4.0.1",
"ts-loader": "^3.2.0",
"ts-node": "^5.0.1",
"tslint": "^5.8.0",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
},
"dependencies": {
"@types/socket.io": "^1.4.33",
"audiojs": "^0.1.0",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"socket.io-p2p": "^2.2.0",
"webrtc-adapter": "^6.1.4"
}
}