forked from TooTallNate/ref
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
45 lines (45 loc) · 864 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "ref",
"description": "Turn Buffer instances into \"pointers\"",
"keywords": [
"native",
"buffer",
"extensions",
"c++",
"pointer",
"reference",
"dereference",
"type",
"int",
"long",
"float",
"double",
"byte",
"64"
],
"version": "1.3.5",
"license": "MIT",
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/ref.git"
},
"main": "./lib/ref.js",
"scripts": {
"docs": "node docs/compile",
"test": "mocha -gc --reporter spec --use_strict"
},
"dependencies": {
"bindings": "1",
"debug": "4",
"nan": "2"
},
"devDependencies": {
"dox": "0.9.0",
"highlight.js": "1",
"jade": "1",
"marked": "0.5.2",
"mocha": "*",
"weak": "1"
}
}