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.
17 lines
356 B
17 lines
356 B
13 years ago
|
{
|
||
|
"name": "read",
|
||
|
"version": "0.0.1",
|
||
|
"main": "lib/read.js",
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {},
|
||
|
"engines": {
|
||
|
"node": ">=0.6"
|
||
|
},
|
||
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||
|
"description": "read(1) for node programs",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/isaacs/read.git"
|
||
|
}
|
||
|
}
|