-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1016 Bytes
/
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
{
"name": "dookie",
"version": "0.5.0",
"description": "Stylus-inspired preprocessor for MongoDB data sets and fixtures",
"keywords": [
"mongodb",
"fixture",
"fixtures",
"test",
"data",
"dataset",
"import"
],
"scripts": {
"test": "mocha ./test/*.test.js"
},
"dependencies": {
"JSONStream": "1.1.1",
"clone": "2.1.1",
"co": "4.6.0",
"commander": "2.8.1",
"dot-component": "0.1.1",
"graceful-fs": "4.1.11",
"js-yaml": "3.13.x",
"json-stream": "1.x",
"lodash.get": "4.4.2",
"minimatch": "3.0.4",
"mongodb": "5.x",
"mongodb-extended-json": "1.7.0",
"mongodb-ns": "1.0.3",
"thunkify": "2.1.2"
},
"devDependencies": {
"acquit": "1.0.3",
"acquit-ignore": "0.1.0",
"acquit-markdown": "0.1.0",
"lodash": "4.x",
"mocha": "5.x"
},
"engines": {
"node": ">= 10.0.0"
},
"bin": "./bin/dookie.js",
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/dookie.git"
}
}