Skip to content

Commit d368eab

Browse files
Update package.json
1 parent 5042bc4 commit d368eab

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
"version": "0.0.1",
44
"main": "json-bufferify.js",
55
"description": "Convert JSON to ArrayBuffer and Revert ArrayBuffer to JSON.",
6+
"author": "LangZhai (智能小菜菜)",
7+
"license": "LGPL-3.0+",
68
"scripts": {
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
9-
"author": "LangZhai",
10-
"license": "LGPL-3.0+",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/LangZhai/nodejs-exercises/tree/master/modules/json-bufferify"
14-
}
13+
"url": "git+https://github.com/LangZhai/json-bufferify.git"
14+
},
15+
"keywords": [
16+
"JSON",
17+
"ArrayBuffer",
18+
"bufferify"
19+
],
20+
"bugs": {
21+
"url": "https://github.com/LangZhai/json-bufferify/issues"
22+
},
23+
"homepage": "https://github.com/LangZhai/json-bufferify#readme"
1524
}

0 commit comments

Comments
 (0)