forked from absinthe-graphql/absinthe-socket
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"name": "@absinthe/socket",
"version": "0.2.1",
"description": "Absinthe Socket",
"module": "dist/index.js",
"main": "compat/cjs/index.js",
"react-native": "src/index",
"scripts": {
"version": "nps version",
"prepack": "nps prepack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/absinthe-graphql/absinthe-socket.git"
},
"author": "Mauro Titimoli <mgtitimoli@gmail.com> (https://github.com/mgtitimoli)",
"license": "MIT",
"bugs": {
"url": "https://github.com/absinthe-graphql/absinthe-socket/issues"
},
"homepage": "https://github.com/absinthe-graphql/absinthe-socket#readme",
"keywords": [
"absinthe",
"phoenix",
"socket",
"client",
"graphql",
"utilities",
"utils"
],
"dependencies": {
"@babel/runtime": "7.2.0",
"@jumpn/utils-array": "0.3.4",
"@jumpn/utils-composite": "0.7.0",
"@jumpn/utils-graphql": "0.6.0",
"core-js": "2.6.0",
"zen-observable": "0.8.11"
},
"devDependencies": {
"nps": "5.9.3"
},
"peerDependencies": {
"phoenix": "^1.4.0"
}
}