mirror of
https://github.com/YuhangQ/InvoDB.git
synced 2025-01-24 21:50:58 +00:00
27 lines
628 B
JSON
27 lines
628 B
JSON
{
|
|
"name": "invodb",
|
|
"version": "1.1.1",
|
|
"description": "a nosql json document database",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "clear && node-gyp build && node demo/test.js",
|
|
"install": "cmake-js compile",
|
|
"build": "cmake-js compile"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/YuhangQ/InvoDB.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"gypfile": true,
|
|
"bugs": {
|
|
"url": "https://github.com/YuhangQ/InvoDB/issues"
|
|
},
|
|
"homepage": "https://github.com/YuhangQ/InvoDB#readme",
|
|
"dependencies": {
|
|
"cmake-js": "^6.2.1",
|
|
"node-addon-api": "^4.2.0"
|
|
}
|
|
}
|