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