forked from TooTallNate/ref-struct
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
{
"name": "electron-ref-struct",
"description": "This is a fork of the ref-struct project, adding electron build and binary support",
"keywords": [
"struct",
"ref",
"abi",
"c",
"c++",
"ffi",
"electron"
],
"version": "1.1.0",
"license": "MIT",
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"contributors": [
"Justin Chase <justin@evolvelabs.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/EvolveLabs/electron-ref-struct.git"
},
"main": "./lib/struct.js",
"license": "MIT",
"scripts": {
"test": "cd test && bash ../node_modules/.bin/elb configure --target 0.31.0 && cd .. && mocha -gc --reporter spec"
},
"engines": {
"node": ">=3.2.0",
"electron": "~0.31.0"
},
"dependencies": {
"debug": "2",
"electron-ref": "~1.1.1"
},
"devDependencies": {
"bindings": "*",
"mocha": "*",
"electron-ref-array": "1.2.0",
"electron-updater-tools": "~0.2.0",
"nan": "~2.0.0"
}
}