mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-23 02:34:36 -05:00
29 lines
581 B
JSON
29 lines
581 B
JSON
{
|
|
"name": "cnpm",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"got": "6.1.1",
|
|
"meow": "3.7.0",
|
|
"mz": "2.2.0",
|
|
"node-uuid": "1.4.7",
|
|
"npm-package-arg": "4.1.0",
|
|
"read-pkg-up": "1.0.1",
|
|
"semver": "5.1.0"
|
|
},
|
|
"bin": {
|
|
"cnpm-install": "bin/cnpm-install"
|
|
},
|
|
"devDependencies": {
|
|
"debug": "2.2.0",
|
|
"mkdirp": "0.5.1",
|
|
"thenify": "3.1.1"
|
|
}
|
|
}
|