File tree 2 files changed +9
-30
lines changed
2 files changed +9
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " node-gyp-build" ,
2
+ "name" : " node-gyp-build-mobile " ,
3
3
"version" : " 4.6.0-1" ,
4
- "description" : " Build tool and bindings loader for node-gyp that supports prebuilds " ,
4
+ "description" : " nodejs-mobile fork of node-gyp-build " ,
5
5
"main" : " index.js" ,
6
6
"devDependencies" : {
7
7
"array-shuffle" : " ^1.0.1" ,
8
8
"standard" : " ^14.0.0" ,
9
9
"tape" : " ^5.0.0"
10
10
},
11
11
"scripts" : {
12
- "test" : " standard && node test "
12
+ "test" : " standard"
13
13
},
14
14
"bin" : {
15
- "node-gyp-build" : " ./bin.js" ,
16
- "node-gyp-build-optional" : " ./optional.js" ,
17
- "node-gyp-build-test" : " ./build-test.js"
15
+ "node-gyp-build-mobile " : " ./bin.js" ,
16
+ "node-gyp-build-mobile- optional" : " ./optional.js" ,
17
+ "node-gyp-build-mobile- test" : " ./build-test.js"
18
18
},
19
19
"repository" : {
20
20
"type" : " git" ,
21
- "url" : " https://github.com/prebuild /node-gyp-build.git"
21
+ "url" : " https://github.com/nodejs-mobile /node-gyp-build-mobile .git"
22
22
},
23
23
"author" : " Mathias Buus (@mafintosh)" ,
24
24
"license" : " MIT" ,
25
25
"bugs" : {
26
- "url" : " https://github.com/prebuild /node-gyp-build/issues"
26
+ "url" : " https://github.com/nodejs-mobile /node-gyp-build-mobile /issues"
27
27
},
28
- "homepage" : " https://github.com/prebuild /node-gyp-build"
28
+ "homepage" : " https://github.com/nodejs-mobile /node-gyp-build-mobile "
29
29
}
You can’t perform that action at this time.
0 commit comments