mirror of https://github.com/nodejs/node.git
12 lines
234 B
JSON
12 lines
234 B
JSON
|
{
|
||
|
"author": "Domenic Denicola",
|
||
|
"name": "npm-test-shrinkwrap-shared-dev-dependency",
|
||
|
"version": "0.0.0",
|
||
|
"dependencies": {
|
||
|
"test-package-with-one-dep": "0.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"test-package": "0.0.0"
|
||
|
}
|
||
|
}
|