-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "tirpc",
"version": "1.0.5",
"description": "a transport layer independent rpc framework",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spacedragon/tirpc.git"
},
"author": "spacedragon",
"license": "ISC",
"bugs": {
"url": "https://github.com/spacedragon/tirpc/issues"
},
"homepage": "https://github.com/spacedragon/tirpc#readme",
"main": "lib/index.js",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.0",
"babel-plugin-proxy": "^1.1.0",
"babel-plugin-transform-es2015-destructuring": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es2015-parameters": "^6.18.0",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-strict-mode": "^6.18.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"mqtt": "^2.0.1",
"node-fetch": "^1.6.3",
"socket.io": "^1.5.1",
"socket.io-client": "^1.5.1"
}
}