Skip to content

Commit 580e4c3

Browse files
author
Ruben Bridgewater
committed
Add package.json
1 parent 512b96e commit 580e4c3

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# node-redis-parser
2-
Javascript Redis protocol (RESP) parser
2+
Javascript Redis protocol (RESP) parser
3+
4+
WIP

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "redis-parser",
3+
"version": "0.0.1",
4+
"description": "Javascript Redis protocol (RESP) parser",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "test"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/NodeRedis/node-redis-parser.git"
12+
},
13+
"keywords": [
14+
"redis",
15+
"protocol",
16+
"parser",
17+
"database",
18+
"javascript",
19+
"node"
20+
],
21+
"author": "Ruben Bridgewater",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/NodeRedis/node-redis-parser/issues"
25+
},
26+
"homepage": "https://github.com/NodeRedis/node-redis-parser#readme"
27+
}

0 commit comments

Comments
 (0)