forked from vkarpov15/dookie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 915 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
{
"name": "dookie",
"version": "0.1.19",
"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",
"co": "4.6.0",
"clone": "1.0.2",
"commander": "2.8.1",
"dot-component": "0.1.1",
"js-yaml": "3.2.1",
"mongodb": "~2.2.0",
"mongodb-extended-json": "1.6.3",
"mongodb-ns": "1.0.3",
"thunkify": "2.1.2"
},
"devDependencies": {
"acquit": "0.4.0",
"acquit-ignore": "0.0.3",
"acquit-markdown": "0.0.2",
"lodash": "3.10.1",
"mocha": "2.2.4"
},
"engines": {
"node": ">= 4.0.0"
},
"bin": "./bin/dookie.js",
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/dookie.git"
}
}