-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 910 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 910 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
38
39
40
41
42
43
{
"name": "boris"
, "version": "0.13.2"
, "description": "Boris a pure javascript parser for the Redis serialization protocol (RESP)."
, "homepage": "https://github.com/rootslab/boris"
, "private": false
, "repository": {
"type": "git"
, "url": "git://github.com/rootslab/boris.git"
}
, "keywords": [
"boris"
, "redis"
, "parser"
, "protocol"
, "parse"
, "RESP"
, "Redis Serialization Protocol"
]
, "author": {
"name": "Guglielmo Ferri"
, "email": "44gatti@gmail.com"
}
, "dependencies": {
"abaco": "=1.10.2"
, "bolgia" : ">=2.8.1"
, "peela": ">=1.3.2"
}
, "devDependencies": {
}
, "main": "index"
, "engines": {
"node": ">=0.8.x"
}
, "scripts": {
"test": "node test/run.js"
}
, "license": "MIT"
, "readmeFilename": "Readme.md"
, "bugs": {
"url": "https://github.com/rootslab/boris/issues"
}
}