Files
pnpm/package.json
Rico Sta. Cruz 1e2c61302a Update
2016-01-28 03:14:29 +08:00

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"
}
}