-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"name": "@pxlwidgets/php-composer-version",
"version": "1.3.0",
"description": "A small CLI tool that bumps versions of php-composer packages, similar to how npm version works.",
"repository": "git+https://github.com/PXLWidgets/php-composer-version.git",
"homepage": "https://github.com/PXLWidgets/php-composer-version",
"main": "index.js",
"bin": {
"php-composer-version": "./src/index.js"
},
"keywords": [
"php",
"composer",
"node",
"bin",
"package.json",
"composer.json",
"git",
"tag",
"package"
],
"contributors": [
"Jeffrey Westerkamp <jeffrey@pxlwidgets.com> (https://github.com/JJWesterkamp)"
],
"author": "Jeffrey Westerkamp <jeffrey@pxlwidgets.com> (https://github.com/JJWesterkamp)",
"license": "MIT",
"dependencies": {
"@types/fs-extra": "^7.0.0",
"@types/ramda": "^0.26.9",
"chalk": "^2.4.2",
"fs-extra": "^8.0.1",
"ramda": "^0.26.1",
"semver": "^6.1.1",
"simple-git": "^1.115.0"
}
}