Files
pnpm/package.json
Rico Sta. Cruz 788cc731e5 Use bluebird
2016-01-30 02:30:25 +08:00

62 lines
1.3 KiB
JSON

{
"name": "pnpm.js",
"description": "A fast implementation of npm install",
"version": "0.5.0",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"bin": {
"pnpm": "bin/pnpm",
"pnpm-install": "bin/pnpm-install"
},
"bugs": {
"url": "https://github.com/rstacruz/pnpm/issues"
},
"dependencies": {
"bluebird": "3.1.5",
"chalk": "1.1.1",
"commondir": "1.0.1",
"debug": "2.2.0",
"got": "6.1.1",
"gunzip-maybe": "1.3.1",
"meow": "3.7.0",
"mkdirp": "0.5.1",
"mz": "2.2.0",
"node-uuid": "1.4.7",
"npm-package-arg": "4.1.0",
"object-assign": "4.0.1",
"observatory": "1.0.0",
"read-pkg-up": "1.0.1",
"rimraf": "2.5.1",
"semver": "5.1.0",
"tar-fs": "1.9.0",
"thenify": "3.1.1"
},
"devDependencies": {
"eslint": "1.10.3",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"nixt": "0.5.0",
"sepia": "2.0.1",
"tap-spec": "4.1.1",
"tape": "4.4.0",
"tape-eslint": "1.2.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/rstacruz/pnpm#readme",
"keywords": [
"install",
"npm"
],
"license": "MIT",
"main": "index.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/pnpm.git"
},
"scripts": {
"test": "node test | tap-spec"
}
}