-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 859 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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"
}
}