-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 721 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 721 Bytes
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
{
"name": "php-cli-colors",
"version": "1.12.2",
"description": "Liven up you PHP Console Apps with standard colors!",
"main": "index.js",
"scripts": {
"test": "php rainbow.php",
"publish": "./tasks/publish.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikeerickson/cd-php-cli-color.git"
},
"keywords": [],
"author": "Mike Erickson <codedungeon@gmail.com> (https://github.com/mikeerickson)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikeerickson/cd-php-cli-color/issues"
},
"homepage": "https://github.com/mikeerickson/cd-php-cli-color#readme",
"devDependencies": {
"@codedungeon/messenger": "0.9.1",
"prettier": "2.2.1"
}
}