This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
wrench-js/package.json
2011-03-06 13:10:56 +09:00

35 lines
643 B
JSON

{
"name": "wrench",
"description": "Recursive filesystem operations that Node *should* have.",
"version": "0.1.0",
"author": "Ryan McGrath <ryan@venodesigns.net>",
"repository": {
"type" : "git",
"url": "https://ryanmcgrath@github.com/ryanmcgrath/wrench-js.git",
},
"bugs": {
"web": "http://github.com/ryanmcgrath/wrench-js/issues",
},
"os": [
"linux",
"darwin",
"freebsd",
],
"directories": {
"lib": "./lib/",
},
"main": "./lib/wrench",
"engines": {
"node": ">=0.1.97",
},
"licenses": [
{"type" : "MIT", "url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"}
]
}