mirror of https://github.com/nodejs/node.git
11 lines
228 B
JSON
11 lines
228 B
JSON
|
{
|
||
|
"name": "outdated-git",
|
||
|
"author": "Rocko Artischocko",
|
||
|
"description": "fixture",
|
||
|
"version": "0.0.1",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"foo-private": "git://github.com/robertkowalski/foo-private.git"
|
||
|
}
|
||
|
}
|