-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
52 lines (52 loc) · 1.17 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
{
"name": "mina",
"version": "1.0.10",
"description": "Lightweight deployer for node development, inspired by mina and minco",
"homepage": "https://github.com/CenturyUna/mina",
"bugs": "https://github.com/CenturyUna/mina/issues",
"dependencies": {
"cli-color": "^1.1.0",
"nopt": "^3.0.6"
},
"devDependencies": {
"coffee-script": "^1.10.0"
},
"files": [
"bin",
"completion",
"lib"
],
"bin": {
"mina": "./bin/mina-cli"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"prepublish": "make"
},
"repository": {
"type": "git",
"url": "https://github.com/CenturyUna/mina"
},
"keywords": [
"deploy",
"deployment",
"coffeescript",
"mina",
"minco",
"git",
"ssh",
"forever",
"pm2"
],
"author": "C.C. <[email protected]> (http://onlyvc.us)",
"contributors": [
"Nealma <[email protected]>",
"Houjiazong <[email protected]>",
"BordenJardine <[email protected]>",
"Marcus Vorwaller (https://github.com/marcus)",
"Allan Wind (https://github.com/allanwind)"
],
"readmeFilename": "README.md",
"preferGlobal": true,
"license": "MIT"
}