forked from eelokets/array-buffer-to-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 668 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 668 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": "array-buffer-to-data",
"version": "1.1.0",
"description": "Converting array buffer to json/string/base64",
"main": "src/native/array-buffer-to-data.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/vicetjs/array-buffer-to-data.git"
},
"keywords": [
"arrayBuffer",
"js",
"javascript",
"nodejs",
"angular",
"byteArray"
],
"author": {
"name": "Evgeny",
"email": "vicetjs@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/vicetjs/array-buffer-to-data/issues"
},
"homepage": "https://github.com/vicetjs/array-buffer-to-data#readme"
}