forked from TooTallNate/ref-array
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 976 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
{
"name": "electron-ref-array",
"description": "This is a fork of the ref-array project, adding electron binary support",
"keywords": [
"array",
"ref",
"electron"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"license": "MIT",
"version": "1.2.0",
"contributors": [
"Justin Chase <justin@evolvelabs.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/evolvelabs/electron-ref-array.git"
},
"main": "./lib/array.js",
"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": {
"array-index": "~0.1.1",
"debug": "2",
"array-index": "~0.1.0",
"electron-ref": "~1.1.0"
},
"devDependencies": {
"bindings": "*",
"mocha": "*",
"electron-updater-tools": "~0.2.0",
"nan": "~2.0.0"
}
}