-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.48 KB
/
package.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"author": "Refael Ackermann<refael@empeeric.com>",
"dependencies": {
"async": "",
"buffalo": "latest",
"chanel": "latest",
"git-net": "latest",
"git-node-fs": "latest",
"grist-gnash": "",
"js-git": "^0.7.7",
"lodash-contrib": "",
"mpromise": "latest",
"mquery": "",
"rimraf": "latest",
"safe": "",
"sift": "latest"
},
"description": "Embedded document store upward compatible with MongoDB",
"devDependencies": {
"benchmark": "",
"chai": "",
"csv": "^0.4.0",
"istanbul": "",
"lorem-ipsum": "",
"mocha": "",
"mongoose": ""
},
"engines": {
"node": "4"
},
"jshintConfig": {
"forin": true,
"freeze": true,
"globals": {
"after": true,
"before": true,
"describe": true,
"expect": true,
"it": true
},
"immed": true,
"maxdepth": 4,
"newcap": true,
"noarg": true,
"node": true,
"noempty": true,
"nonew": true,
"scripturl": true,
"sub": true,
"supernew": true,
"trailing": true,
"undef": true,
"unused": true
},
"keywords": [
"database",
"datastore",
"embedded",
"mongodb",
"human-readable",
"git",
"json",
"grist",
"sift",
"gnash",
"mongoose"
],
"license": "MIT",
"main": "lib/Grist.js",
"name": "grist",
"repository": "TheNodeILs/grist",
"scripts": {
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"test": "mocha"
},
"version": "1.3.1"
}