-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "mongodb-aggregate-adventure",
"version": "0.1.3",
"description": "MongoDB Aggregate Adventure! An introduction to the aggregation framework in MongoDB via a set of self-guided workshops.",
"author": "Eoin Brazil <eoin.brazil@gmail.com> (https://github.com/braz)",
"contributors": [
"Eoin Brazil <eoin.brazil@gmail.com> (https://github.com/braz)"
],
"repository": {
"type": "git",
"url": "https://github.com/braz/mongodb-aggregate-adventure.git"
},
"license": "MIT",
"dependencies": {
"workshopper": "~0.6.0",
"through2": "~0.2.1",
"sleep": "~1.1.3"
},
"bin": {
"mongodb-aggregate-adventure": "./mongodb-aggregate-adventure.js"
},
"preferGlobal": true,
"bugs": {
"url": "https://github.com/braz/mongodb-aggregate-adventure/issues"
},
"homepage": "https://github.com/braz/mongodb-aggregate-adventure",
"main": "mongodb-aggregate-adventure.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"workshopper",
"mongodb"
]
}