forked from seznam/node-fastrpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 889 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
37
{
"name": "fastrpc",
"version": "1.1.2",
"description": "Javascript implementation of FastRPC (de-)serialization",
"main": "frpc.js",
"types": "frpc.d.ts",
"scripts": {
"test": "mocha --reporter spec test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/seznam/node-fastrpc.git"
},
"keywords": [
"FastRPC",
"FRPC",
"RPC",
"API"
],
"author": "Seznam.cz, a.s.",
"license": "MIT",
"bugs": {
"url": "https://github.com/seznam/node-fastrpc/issues"
},
"homepage": "https://github.com/seznam/node-fastrpc",
"devDependencies": {
"mocha": "^1.20.0",
"chai": "^1.9.1"
},
"contributors": [
"Ondřej Žára <ondrej.zara@gmail.com>",
"David Rus <david.rus@me.com>",
"Juraj Hájovský <juraj@hajovsky.sk>",
"Martin Jurča <martin.jurca@firma.seznam.cz>",
"tearwyx <dev@tearwyx.com>"
]
}