main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
677 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | {
|
---|
| 2 | "name": "rimraf",
|
---|
| 3 | "version": "2.7.1",
|
---|
| 4 | "main": "rimraf.js",
|
---|
| 5 | "description": "A deep deletion module for node (like `rm -rf`)",
|
---|
| 6 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
---|
| 7 | "license": "ISC",
|
---|
| 8 | "repository": "git://github.com/isaacs/rimraf.git",
|
---|
| 9 | "scripts": {
|
---|
| 10 | "preversion": "npm test",
|
---|
| 11 | "postversion": "npm publish",
|
---|
| 12 | "postpublish": "git push origin --all; git push origin --tags",
|
---|
| 13 | "test": "tap test/*.js"
|
---|
| 14 | },
|
---|
| 15 | "bin": "./bin.js",
|
---|
| 16 | "dependencies": {
|
---|
| 17 | "glob": "^7.1.3"
|
---|
| 18 | },
|
---|
| 19 | "files": [
|
---|
| 20 | "LICENSE",
|
---|
| 21 | "README.md",
|
---|
| 22 | "bin.js",
|
---|
| 23 | "rimraf.js"
|
---|
| 24 | ],
|
---|
| 25 | "devDependencies": {
|
---|
| 26 | "mkdirp": "^0.5.1",
|
---|
| 27 | "tap": "^12.1.1"
|
---|
| 28 | }
|
---|
| 29 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.