Files
pnpm/test/packages/pkg-that-uses-plugins/package.json
2017-01-23 22:36:01 +02:00

12 lines
310 B
JSON

{
"name": "pkg-that-uses-plugins",
"version": "1.0.0",
"author": "Zoltan Kochan <zoltan.kochan@gmail.com> (http://kochan.io/)",
"license": "MIT",
"bin": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/pnpm/pnpm/tree/master/test/packages/pkg-that-uses-plugins"
}
}