Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
649 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
---|
| 3 | "name": "chownr",
|
---|
| 4 | "description": "like `chown -R`",
|
---|
| 5 | "version": "2.0.0",
|
---|
| 6 | "repository": {
|
---|
| 7 | "type": "git",
|
---|
| 8 | "url": "git://github.com/isaacs/chownr.git"
|
---|
| 9 | },
|
---|
| 10 | "main": "chownr.js",
|
---|
| 11 | "files": [
|
---|
| 12 | "chownr.js"
|
---|
| 13 | ],
|
---|
| 14 | "devDependencies": {
|
---|
| 15 | "mkdirp": "0.3",
|
---|
| 16 | "rimraf": "^2.7.1",
|
---|
| 17 | "tap": "^14.10.6"
|
---|
| 18 | },
|
---|
| 19 | "tap": {
|
---|
| 20 | "check-coverage": true
|
---|
| 21 | },
|
---|
| 22 | "scripts": {
|
---|
| 23 | "test": "tap",
|
---|
| 24 | "preversion": "npm test",
|
---|
| 25 | "postversion": "npm publish",
|
---|
| 26 | "prepublishOnly": "git push origin --follow-tags"
|
---|
| 27 | },
|
---|
| 28 | "license": "ISC",
|
---|
| 29 | "engines": {
|
---|
| 30 | "node": ">=10"
|
---|
| 31 | }
|
---|
| 32 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.