-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.37 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "yama",
"version": "1.1.0",
"_id": "[email protected]",
"description": "Awesome node-mongoose dashboard, with love from LastRoom at México to you.",
"homepage": "",
"company": "LastRoom",
"keywords": ["dashboard", "mongoose", "mongodb", "node", "lastroom"],
"author": {
"name": "Julian Ceballos",
"email": "[email protected]",
"url": "https://github.com/julianceballos"
},
"contributors": [{
"name": "Etienne",
"website": "http://lapetitepausetechnique.net",
"url": "https://github.com/cutesquirrel"
}],
"dependencies": {
"underscore": "latest",
"mongoose": "latest",
"express": "latest",
"swig": "latest",
"async": "latest",
"execSync": "latest",
"yargs": "latest",
"prompt": "latest",
"mongodb": "latest",
"body-parser": "1.0.1",
"cookie-parser": "1.0.1",
"method-override": "1.0.0",
"multer": "0.0.5"
},
"bin": {
"yama": "bin/yama"
},
"repository": {
"type": "git",
"url": "https://github.com/lastroom/yama"
},
"preferGlobal": true,
"engines": {
"node": "*"
},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.2.25",
"_nodeVersion": "v0.10.10",
"_defaultsLoaded": true,
"_from": "yama"
}