fdboost
Version:
Performance enhanced utilities for FoundationDB
45 lines (44 loc) • 859 B
JSON
{
"name": "fdboost",
"description": "Performance enhanced utilities for FoundationDB",
"version": "0.1.10",
"contributors": [
{
"name": "Ashley Brener",
"url": "http://frisB.com"
}
],
"main": "lib/",
"engines": {
"node": ">= 0.8.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-mocha-test": "^0.12.6"
},
"bugs": {
"url": "https://github.com/frisb/fdboost/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/frisb/fdboost"
},
"keywords": [
"fdb",
"foundationdb",
"database",
"nosql",
"acid",
"util"
],
"dependencies": {
"chalk": "0.5.1",
"debug": "^2.1.1",
"fdb": "^3.0.6",
"surreal": "^0.1.0",
"wingman": "^0.0.2"
}
}