1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-02 19:25:52 +08:00

27 lines
735 B
JSON

{
"name": "@apple/fdb",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"version": "VERSION",
"author": "FoundationDB <fdb-dist@apple.com> (https://www.foundationdb.org)",
"description": "Node.js bindings for the FoundationDB database",
"keywords": [ "FoundationDB", "database", "NoSQL", "ACID" ],
"homepage": "http://17.199.145.104",
"license": "Apache v2",
"main": "./lib/fdb.js",
"cpu": [ "x64" ],
"dependencies": {
"semver": "~ 4.1"
},
"devDependencies": {
"jshint": ">= 2.5.6",
"promises-aplus-tests": ">= 2.1.0"
},
"engineStrict": true,
"private": true,
"engines": {
"node" : "0.8.x || 0.10.x"
}
}