mirror of
https://github.com/octoleo/hosts.git
synced 2025-01-01 05:31:49 +00:00
Expand package.json.
This commit is contained in:
parent
091e1c3809
commit
75e68b0d17
5
package-lock.json
generated
Normal file
5
package-lock.json
generated
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "hosts",
|
||||
"version": "3.2.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
21
package.json
21
package.json
@ -3,5 +3,24 @@
|
||||
"version": "3.2.0",
|
||||
"description": "A command line tool for managing hosts file entries.",
|
||||
"global": true,
|
||||
"install": "make install"
|
||||
"install": "make install",
|
||||
"bin": {
|
||||
"hosts": "./hosts"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "bats test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alphabetum/hosts.git"
|
||||
},
|
||||
"author": "William Melody",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/alphabetum/hosts/issues"
|
||||
},
|
||||
"homepage": "https://github.com/alphabetum/hosts#readme"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user