-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 990 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 990 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
{
"name": "learnyoumongodb",
"version": "0.2.4",
"description": "Learn You MongoDB For Much Win! An introduction to MongoDB via a set of self-guided workshops.",
"author": "Eoin Brazil <braz@mongodb.com> (https://github.com/braz)",
"contributors": [
"Eoin Brazil <eoin.brazil@gmail.com> (https://github.com/braz)"
],
"repository": {
"type": "git",
"url": "https://github.com/braz/learnyoumongodb.git"
},
"license": "MIT",
"dependencies": {
"workshopper": "~0.6.0",
"through2": "~0.2.1",
"sleep": "~1.1.3",
"request": "~2.33.0"
},
"bin": {
"learnyoumongodb": "./learnyoumongodb.js"
},
"preferGlobal": true,
"bugs": {
"url": "https://github.com/braz/learnyoumongodb/issues"
},
"homepage": "https://github.com/braz/learnyoumongodb",
"main": "learnyoumongodb.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"workshopper",
"mongodb"
]
}