-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.85 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
{
"name": "poker",
"version": "3.0.6",
"type": "app",
"dependencies": {
"appcache-nanny": "^1.0.3",
"hoodie-plugin-appcache": "^1.0.2",
"hoodie-plugin-appconfig": "^2.0.1",
"hoodie-plugin-email": "^1.0.0",
"hoodie-plugin-users": "^2.2.1",
"hoodie-server": "^3.0.0"
},
"files": [
"www/"
],
"engines": {
"node": ">=0.10.22"
},
"scripts": {
"start": "node node_modules/hoodie-server/bin/start"
},
"hoodie": {
"plugins": [
"hoodie-plugin-appconfig",
"hoodie-plugin-email",
"hoodie-plugin-users",
"hoodie-plugin-appcache"
]
},
"gitHead": "90265f3b94ff1b95d80856f9b40d02fd6315623a",
"description": "[![Dependency Status](https://david-dm.org/hoodiehq/my-first-hoodie.svg)](https://david-dm.org/hoodiehq/my-first-hoodie)",
"_id": "[email protected]",
"_shasum": "100c28883de0d043681f5c52517b42654b7b1a67",
"_from": "[email protected]",
"_npmVersion": "2.1.18",
"_nodeVersion": "0.10.32",
"_npmUser": {
"name": "gr2m",
"email": "[email protected]"
},
"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]"
}
],
"dist": {
"shasum": "100c28883de0d043681f5c52517b42654b7b1a67",
"tarball": "http://registry.npmjs.org/my-first-hoodie/-/my-first-hoodie-3.0.6.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/my-first-hoodie/-/my-first-hoodie-3.0.6.tgz"
}