Initial commit
This commit is contained in:
commit
f23e85af8e
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"targets": [{
|
||||
"target_name": "binding",
|
||||
"sources": [
|
||||
"./src/status.cpp"
|
||||
],
|
||||
"xcode_settings": {
|
||||
"MACOSX_DEPLOYMENT_TARGET": "10.7"
|
||||
},
|
||||
"libraries": [
|
||||
"<!(pwd)/bin/libstatus.a"
|
||||
],
|
||||
"conditions": [
|
||||
["OS=='mac'", {
|
||||
"libraries": [
|
||||
"-framework IOKit",
|
||||
"-framework CoreFoundation",
|
||||
"-framework CoreServices",
|
||||
"-framework Security"
|
||||
]
|
||||
}]
|
||||
]
|
||||
}]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "status-nodejs",
|
||||
"version": "1.0.0",
|
||||
"description": "This package provides a wrappers to [status-go](https://github.com/status-im/status-go) exported methods.",
|
||||
"main": "index.js",
|
||||
"gypfile": true,
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/status-im/status-nodejs.git"
|
||||
},
|
||||
"author": "Status",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/status-im/status-nodejs/issues"
|
||||
},
|
||||
"homepage": "https://github.com/status-im/status-nodejs#readme"
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue