-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 782 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
{
"name": "json-bufferify",
"version": "0.2.2",
"author": {
"name": "LangZhai",
"url": "https://langzhai.github.io"
},
"description": "This is a tiny module to help you convert between JSON data and ArrayBuffer, and you can use it in both Node.js and browsers.",
"keywords": [
"JSON",
"ArrayBuffer",
"bufferify"
],
"license": "LGPL-3.0+",
"repository": {
"type": "git",
"url": "git+https://github.com/LangZhai/json-bufferify.git"
},
"bugs": {
"url": "https://github.com/LangZhai/json-bufferify/issues",
"email": "zl2012xyz@hotmail.com"
},
"homepage": "https://langzhai.github.io/json-bufferify",
"main": "dist/json-bufferify.min.js",
"types": "types/json-bufferify.d.ts",
"scripts": {
"test": "node test"
}
}