Files
pnpm/package.json
Rico Sta. Cruz 6ff492feab Release v0.1.0
2016-01-28 17:19:12 +08:00

41 lines
863 B
JSON

{
"name": "pnpm.js",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test | tap-spec"
},
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"license": "MIT",
"dependencies": {
"chalk": "1.1.1",
"got": "6.1.1",
"gunzip-maybe": "1.3.1",
"meow": "3.7.0",
"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"
},
"preferGlobal": true,
"bin": {
"pnpm": "bin/pnpm",
"pnpm-install": "bin/pnpm-install"
},
"devDependencies": {
"@rstacruz/tap-spec": "4.1.1",
"debug": "2.2.0",
"mkdirp": "0.5.1",
"nixt": "0.5.0",
"sepia": "2.0.1",
"tape": "4.4.0",
"thenify": "3.1.1"
}
}