You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
"description": "A tool for managing multiple git repositories in the same project (ala svn:remotes for git).",
"main": "app.js",
"author": {
"name": "Christopher Baker",
"email": "christopher@hmudesign.com"
},
"repository": {
"type": "git",
"url": "https://github.com/HMUDesign/ing"
},
"dependencies": {
"nconf": "0.6.x"
},
"bin": {
"ing": "bin/ing"
},
"readme": "ing\r\n===\r\n\r\nA tool for managing multiple git repositories in the same project (ala svn:remotes for git).\r\n\r\nMore complete README coming soon.\r\n",