-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.41 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
{
"name": "mplz",
"version": "0.1.14",
"description": "Simple Meteor Deployment for RHEL/CentOS 7+",
"dependencies": {
"nodemiral-forcetty": "0.4.x",
"colors": "0.3.x",
"underscore": "1.7.0",
"cjson": "0.3.x",
"prompt": "0.2.x",
"prompt-improved": "0.1.x",
"jsonfile": "2.0.0"
},
"bin": {
"mplz": "./bin/mplz"
},
"repository": {
"type": "git",
"url": "git://github.com/hellstad/meteor-please.git"
},
"keywords": [
"mplz",
"meteor",
"deploy",
"centos",
"rhel",
"fedora"
],
"author": {
"name": "Kevin van Guldenaar",
"email": "[email protected]"
},
"license": "MIT",
"gitHead": "af7f6db330d4d2f01fce88c4078e7beeec2e4bdb",
"bugs": {
"url": "https://github.com/hellstad/meteor-please/issues"
},
"homepage": "https://github.com/hellstad/meteor-please",
"_id": "[email protected]",
"scripts": {},
"_shasum": "74884a78164600f95816125c3ecfd8397bc6894f",
"_from": "mplz@",
"_npmVersion": "2.5.0",
"_nodeVersion": "0.10.36",
"_npmUser": {
"name": "hellstad",
"email": "[email protected]"
},
"maintainers": [
{
"name": "hellstad",
"email": "[email protected]"
}
],
"dist": {
"shasum": "74884a78164600f95816125c3ecfd8397bc6894f",
"tarball": "http://registry.npmjs.org/mplz/-/mplz-0.1.14.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/mplz/-/mplz-0.1.14.tgz"
}