-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (28 loc) · 839 Bytes
/
package.json
File metadata and controls
30 lines (28 loc) · 839 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
{
"name":"mongoose-adventure",
"description":"An intro to mongoose via a self-guided workshop",
"version":"0.1.7",
"homepage":"http://github.com/wearefractal/mongoose-adventure",
"repository":"git://github.com/wearefractal/mongoose-adventure.git",
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"bin": "./bin/workshop.js",
"preferGlobal": true,
"dependencies":{
"workshopper": "https://github.com/Contra/workshopper/archive/master.tar.gz",
"mongoose": "*",
"readable-stream": "*",
"rimraf": "*",
"deep-equal": "*",
"ton": "*",
"async": "*"
},
"engines":{
"node":">= 0.4.0"
},
"licenses":[
{
"type":"MIT",
"url":"http://github.com/wearefractal/mongoose-adventure/raw/master/LICENSE"
}
]
}