-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1010 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1010 Bytes
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": "apollo-socket-network-interface-server",
"version": "0.1.15",
"scripts": {
"prepublishOnly": "make"
},
"main": "dist/server.js",
"repository": {
"type": "hg",
"url": "https://bitbucket.org/nucleuslabs/apollo-socket-network-interface-server"
},
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"debug": "^2.6.8",
"graphql-server-core": "^0.7.0",
"msgpack-lite": "^0.1.26",
"pretty-hrtime": "^1.0.3"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-register": "^6.24.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.com"
},
"author": "NucleusLabs Information Technologies Inc."
}