-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "12g",
"version": "1.0.0",
"description": "Administration tool for development and devops, according to the 12factor principles as applied by @grrr-amsterdam.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grrr-amsterdam/12g.git"
},
"keywords": [
"devops",
"12factor",
"administration",
"remote"
],
"author": "David Spreekmeester <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/grrr-amsterdam/12g/issues"
},
"preferGlobal": true,
"homepage": "https://github.com/grrr-amsterdam/12g#readme",
"bin": {
"12g": "./router.js"
},
"dependencies": {
"12g-cleandotenv": "^1.0.0",
"12g-env-template": "^1.0.2",
"capistrano-config": "^1.0.2",
"capistrano-ssh-wrapper": "^1.0.0",
"chalk": "^1.1.3",
"child_process": "^1.0.2",
"cli": "^1.0.1",
"cli-table3": "^0.5.0",
"lodash": "^4.17.4",
"mocha": "^5.0.0",
"mysql-ssh": "^1.0.1",
"mysql2": "^1.2.0",
"mysqldump": "^1.4.2",
"path": "^0.12.7",
"shelljs": "^0.8.1",
"subcommander": "^1.0.0"
}
}