File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 24
24
"dependencies" : {
25
25
"bindings" : " ^1.5.0" ,
26
26
"nan" : " ^2.14.0" ,
27
- "prebuild-install" : " ^5.3.3" ,
28
27
"safe-buffer" : " ^5.2.0"
29
28
},
30
29
"devDependencies" : {
31
- "prebuild" : " ^9.1.1" ,
32
- "prebuild-ci" : " ^3.1.0" ,
33
30
"put" : " 0.0.6" ,
34
31
"standard" : " ^14.3.1" ,
35
32
"tap" : " ^14.10.5"
36
33
},
37
34
"scripts" : {
38
- "install" : " prebuild-install || node-gyp rebuild" ,
39
- "rebuild" : " prebuild --compile" ,
40
- "prebuild" : " prebuild --all --strip --verbose" ,
41
- "test" : " standard && tap --timeout 120 test/*.js && prebuild-ci"
42
- },
43
- "binary" : {
44
- "host" : " https://rvagg-node.s3-us-west-2.amazonaws.com" ,
45
- "module_name" : " bignum" ,
46
- "module_path" : " binding/" ,
47
- "remote_path" : " ./{name}/v{version}"
35
+ "install" : " node-gyp rebuild" ,
36
+ "test" : " standard && tap --timeout 120 test/*.js"
48
37
},
49
38
"license" : " MIT" ,
50
39
"contributors" : [
You can’t perform that action at this time.
0 commit comments