-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 999 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
37
38
39
{
"name": "sockpipe",
"version": "0.0.1",
"description": "",
"main": "dist/sockpipe.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/italonascimento/SockPipe.git"
},
"contributors": [
"Italo Nascimento <italo.abnascimento@gmail.com>",
"Eduardo Nuzzi <eduardomnuzzi@gmail.com>"
],
"license": "ISC",
"bugs": {
"url": "/~https://github.com/italonascimento/SockPipe/issues"
},
"homepage": "/~https://github.com/italonascimento/SockPipe#readme",
"dependencies": {
"@types/graphql": "^0.11.5",
"graphql": "^0.11.3",
"graphql-subscriptions": "^0.5.4",
"rx-node": "^1.0.2",
"rxjs": "^5.4.3",
"typescript": "^2.5.2",
"websocket": "^1.0.24"
},
"devDependencies": {
"@types/node": "^8.0.31",
"@types/request": "^2.0.3",
"@types/websocket": "0.0.34",
"@types/ws": "^3.0.2",
"node-dev": "^3.1.3"
}
}