-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "zmey-gorynych",
"version": "1.1.1",
"description": "A Node.js package versioning and publishing tool, an alternative to Lerna.",
"author": "Ivan Babak <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/sompylasar/zmey-gorynych",
"repository": {
"type": "git",
"url": "https://github.com/sompylasar/zmey-gorynych.git"
},
"bugs": {
"url": "https://github.com/sompylasar/zmey-gorynych/issues"
},
"files": [
"bin"
],
"bin": {
"zmey": "./bin/cli.js",
"zmey-gorynych": "./bin/cli.js"
},
"dependencies": {
"chalk": "2.1.0",
"commander": "2.11.0",
"ctrl-c": "2.2.8",
"debug": "^3.1.0",
"diff": "3.3.1",
"dir-compare": "1.4.0",
"download-npm-package": "3.1.10",
"fs-extra": "4.0.1",
"listr": "0.12.0",
"listr-multiline-renderer": "1.0.0",
"listr-verbose-renderer": "^0.4.0",
"minimatch": "3.0.4",
"npm-check-updates": "2.12.1",
"rimraf": "2.6.1",
"semver": "5.4.1"
},
"devDependencies": {},
"engines": {
"node": ">= 4"
}
}