-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 1.93 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "pandadoro",
"version": "3.2.1",
"bundleDependencies": [
"hoodie-plugin-appconfig",
"hoodie-plugin-email",
"hoodie-plugin-users",
"hoodie-server"
],
"dependencies": {
"hoodie-plugin-appconfig": "^2.0.1",
"hoodie-plugin-email": "^1.0.0",
"hoodie-plugin-users": "^2.2.2",
"hoodie-server": "^4.0.2"
},
"engines": {
"node": ">=0.10.22"
},
"files": [
"www/"
],
"hoodie": {
"plugins": [
"hoodie-plugin-appconfig",
"hoodie-plugin-email",
"hoodie-plugin-users"
]
},
"scripts": {
"start": "node node_modules/hoodie-server/bin/start"
},
"type": "app",
"gitHead": "33fdb70357c415bbed56bbbd5197c805c0264294",
"description": "[![Dependency Status](https://david-dm.org/hoodiehq/my-first-hoodie.svg)](https://david-dm.org/hoodiehq/my-first-hoodie)",
"_id": "[email protected]",
"_shasum": "240df30b9664e56a04bb2ba2ad26c52e5691d763",
"_from": "[email protected]",
"_npmVersion": "2.13.0",
"_nodeVersion": "2.3.0",
"_npmUser": {
"name": "boennemann",
"email": "[email protected]"
},
"dist": {
"shasum": "240df30b9664e56a04bb2ba2ad26c52e5691d763",
"tarball": "http://registry.npmjs.org/my-first-hoodie/-/my-first-hoodie-3.2.1.tgz"
},
"maintainers": [
{
"name": "svnlto",
"email": "[email protected]"
},
{
"name": "caolan",
"email": "[email protected]"
},
{
"name": "gr2m",
"email": "[email protected]"
},
{
"name": "jan",
"email": "[email protected]"
},
{
"name": "espy",
"email": "[email protected]"
},
{
"name": "boennemann",
"email": "[email protected]"
},
{
"name": "hoodiebot",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/my-first-hoodie/-/my-first-hoodie-3.2.1.tgz",
"readme": "ERROR: No README data found!"
}