forked from zodern/meteor-up
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 987 Bytes
/
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
{
"name": "mup",
"version": "1.0.4",
"description": "Production Quality Meteor Deployments",
"main": "lib/index.js",
"bin": {
"mup": "./index.js"
},
"scripts": {
"prepublish": "nofat make",
"test": "nofat test",
"lint": "nofat lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kadirahq/meteor-up.git"
},
"keywords": [
"meteor"
],
"author": "Kadira Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/kadirahq/meteor-up/issues"
},
"homepage": "https://github.com/kadirahq/meteor-up#readme",
"devDependencies": {
"nofat": "1.0.x",
"ssh2": "0.4.x"
},
"dependencies": {
"archiver": "1.x.x",
"babel-polyfill": "6.6.1",
"bluebird": "3.x.x",
"commander": "2.9.x",
"debug": "2.x.x",
"nodemiral": "1.x.x",
"shelljs": "0.5.x",
"silent-npm-registry-client": "2.x.x",
"source-map-support": "0.4.0",
"underscore": "1.x.x",
"uuid": "2.x.x"
}
}