forked from TooTallNate/node-weak
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 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
44
45
{
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"contributors": [
"Ben Noordhuis <info@bnoordhuis.nl>",
"Justin Chase <justin@evolvelabs.com>"
],
"name": "electron-weak",
"license": "MIT",
"description": "This is a fork of the node-weak project, adding electron builds and binaries.",
"keywords": [
"weak",
"reference",
"js",
"javascript",
"object",
"function",
"callback"
],
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/evolvelabs/electron-weak.git"
},
"main": "lib/weak.js",
"scripts": {
"test": "mocha -gc --reporter spec",
"install": "bash ./node_modules/.bin/elinst"
},
"engines": {
"node": ">=3.1.0",
"electron": "~0.31.0"
},
"binaries": [
"https://s3.amazonaws.com/evolve-bin/{name}/{name}-{version}-{platform}-{arch}-{configuration}.tgz"
],
"dependencies": {
"bindings": "^1.2.1",
"electron-updater-tools": "~0.2.2"
},
"devDependencies": {
"nan": "~2.0.7",
"mocha": "~2.1.0"
},
"bundledDependencies": [ "electron-updater-tools" ]
}