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.
79 lines
1.9 KiB
79 lines
1.9 KiB
{ "name": "npm"
|
|
, "publishConfig": { "tag": "alpha", "proprietary-attribs": false }
|
|
, "description": "A package manager for node"
|
|
, "keywords": [ "package manager", "modules", "install", "package.json" ]
|
|
, "version": "1.1.0-alpha-6"
|
|
, "preferGlobal": true
|
|
, "config": { "publishtest": false }
|
|
, "homepage": "http://npmjs.org/"
|
|
, "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)"
|
|
, "repository":
|
|
{ "type": "git"
|
|
, "url": "https://github.com/isaacs/npm"
|
|
}
|
|
, "bugs":
|
|
{ "email": "npm-@googlegroups.com"
|
|
, "url": "http://github.com/isaacs/npm/issues"
|
|
}
|
|
, "directories": { "doc": "./doc"
|
|
, "man": "./man"
|
|
, "lib": "./lib"
|
|
, "bin": "./bin"
|
|
}
|
|
, "main": "./lib/npm.js"
|
|
, "bin": { "npm": "./bin/npm-cli.js"
|
|
, "npm_g": "./bin/npm-cli.js"
|
|
, "npm-g": "./bin/npm-cli.js" }
|
|
, "dependencies":
|
|
{ "semver": "1"
|
|
, "ini": "1"
|
|
, "slide": "1"
|
|
, "abbrev": "1"
|
|
, "graceful-fs": "~1.1.1"
|
|
, "minimatch": "0"
|
|
, "nopt": "1"
|
|
, "node-uuid": "~1.3"
|
|
, "proto-list": "1"
|
|
, "rimraf": "1"
|
|
, "request": "~2.2"
|
|
, "which": "1"
|
|
, "tar": "~0.1.7"
|
|
, "fstream": "~0.1.5"
|
|
, "block-stream": "*"
|
|
, "inherits": "1"
|
|
, "mkdirp": "0.1"
|
|
, "fast-list": "~1.0.1"
|
|
}
|
|
, "bundleDependencies":
|
|
[ "slide"
|
|
, "ini"
|
|
, "semver"
|
|
, "abbrev"
|
|
, "graceful-fs"
|
|
, "minimatch"
|
|
, "nopt"
|
|
, "node-uuid"
|
|
, "rimraf"
|
|
, "request"
|
|
, "proto-list"
|
|
, "which"
|
|
, "tar"
|
|
, "fstream"
|
|
, "block-stream"
|
|
, "inherits"
|
|
, "mkdirp"
|
|
, "fast-list"
|
|
]
|
|
, "devDependencies":
|
|
{ "ronn": "https://github.com/isaacs/ronnjs/tarball/master" }
|
|
, "engines": { "node": "0.6 || 0.7 || 0.8", "npm": "1" }
|
|
, "scripts": { "test": "./test/run"
|
|
, "prepublish": "make -j4 doc"
|
|
, "dumpconf": "env | grep npm | sort | uniq"
|
|
}
|
|
, "licenses":
|
|
[ { "type": "MIT +no-false-attribs"
|
|
, "url": "http://github.com/isaacs/npm/raw/master/LICENSE"
|
|
}
|
|
]
|
|
}
|
|
|