node/deps/npm/test/tap/outdated-git/package.json

11 lines
228 B
JSON
Raw Normal View History

2013-12-12 02:20:26 +08:00
{
"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"
}
}