mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
373 B
10 lines
373 B
13 years ago
|
{"name":"rimraf"
|
||
|
,"version":"1.0.8"
|
||
|
,"main":"rimraf.js"
|
||
|
,"description":"A deep deletion module for node (like `rm -rf`)"
|
||
|
,"author":"Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
|
||
|
,"license":
|
||
|
{"type":"MIT", "url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"}
|
||
|
,"repository":"git://github.com/isaacs/rimraf.git"
|
||
|
,"scripts":{"test":"cd test && bash run.sh"}}
|