forked from romejiang/mupx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 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
82
83
84
85
86
{
"_args": [
[
"mupx",
""
]
],
"_cnpm_publish_time": 1443177961330,
"_from": "mupx@*",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/mupx",
"_nodeVersion": "4.1.0",
"_npmUser": {
"email": "[email protected]",
"name": "arunoda"
},
"_npmVersion": "2.14.3",
"_phantomChildren": {},
"_requested": {
"name": "mupx",
"raw": "mupx",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "http://registry.npm.taobao.org/mupx/download/mupx-1.5.3.tgz",
"_shasum": "f2f37b0d276212c457f50e64c4b6184d3c2e3198",
"_shrinkwrap": null,
"_spec": "mupx",
"_where": "",
"author": {
"email": "[email protected]",
"name": "Arunoda Susiripala"
},
"bin": {
"mupx": "./bin/mup"
},
"bugs": {
"url": "https://github.com/arunoda/meteor-up/issues"
},
"dependencies": {
"archiver": "0.14.x",
"async": "^0.9.0",
"cjson": "0.3.x",
"colors": "0.6.x",
"minimist": "1.1.1",
"nodemiral": "^1.1.1",
"rimraf": "2.x.x",
"underscore": "1.7.0",
"update-notifier": "0.4.x",
"uuid": "1.4.x"
},
"description": "Production Quality Meteor Deployments",
"devDependencies": {},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "f2f37b0d276212c457f50e64c4b6184d3c2e3198",
"size": 16113,
"tarball": "http://registry.npm.taobao.org/mupx/download/mupx-1.5.3.tgz"
},
"gitHead": "e5c45821fcd3e69eb588a13c92a3785eaa1b1a47",
"homepage": "https://github.com/arunoda/meteor-up",
"license": "MIT",
"maintainers": [
{
"name": "arunoda",
"email": "[email protected]"
}
],
"name": "mupx",
"optionalDependencies": {},
"publish_time": 1443177961330,
"repository": {
"type": "git",
"url": "git://github.com/arunoda/meteor-up.git"
},
"scripts": {},
"version": "1.5.3"
}