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.
27 lines
647 B
27 lines
647 B
{
|
|
"name": "read-installed",
|
|
"description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/read-installed"
|
|
},
|
|
"main": "read-installed.js",
|
|
"scripts": {
|
|
"test": "tap ./test/"
|
|
},
|
|
"dependencies": {
|
|
"semver": "2",
|
|
"slide": "~1.1.3",
|
|
"read-package-json": "1",
|
|
"util-extend":"1"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "~2"
|
|
},
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"tap": "~0.4.8"
|
|
}
|
|
}
|
|
|