forked from TooTallNate/ref-array
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 708 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": "ref-array-napi",
"description": "Create C \"array\" instances on top of Buffers. Supports Node 6, 7, 8, 10, 12.",
"keywords": [
"array",
"ref"
],
"version": "1.2.2",
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net) & Janealter",
"repository": {
"type": "git",
"url": "git://github.com/Janealter/ref-array-napi.git"
},
"main": "./lib/array.js",
"license": "MIT",
"scripts": {
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
},
"dependencies": {
"array-index": "1",
"debug": "2",
"ref-napi": "^3.0.1"
},
"devDependencies": {
"bindings": "1",
"mocha": "3",
"nan": "2"
}
}