-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
51 lines (51 loc) · 1.13 KB
/
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
46
47
48
49
50
51
{
"name": "node-thrust",
"description": "Binding library for Thrust",
"author": {
"name": "Stanislas Polu",
"email": "[email protected]",
"url": "http://github.com/spolu"
},
"version": "0.7.6-rc.1",
"dependencies": {
"async": "0.9.x",
"fs-extra": "0.12.x",
"minimist": "1.1.x",
"mkdirp": "0.5.x",
"optimist": "0.6.x",
"request": "2.45.x",
"unzip": "^0.1.11"
},
"repository": {
"type": "git",
"url": "http://github.com/breach/node-thrust.git"
},
"bugs": {
"url": "https://github.com/breach/node-thrust/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/breach/breach_core/raw/master/LICENSE"
}
],
"main": "./index.js",
"THRUST_VERSION": "v0.7.6",
"THRUST_BASE_URL": "https://github.com/breach/thrust/releases/download/",
"THRUST_RELEASE_PLATFORMS": {
"darwin": {
"x64": "darwin-x64"
},
"linux": {
"ia32": "linux-ia32",
"x64": "linux-x64"
},
"win32": {
"ia32": "win32-ia32",
"x64": "win32-ia32"
}
},
"scripts": {
"postinstall": "node scripts/bootstrap.js"
}
}