Specify the place where your code lives. This is helpful for people who want to contribute.
{ "repository": { "type": "git", "url": "https://github.com/ajaxlab/package-json-type.git" }} Copy
{ "repository": { "type": "git", "url": "https://github.com/ajaxlab/package-json-type.git" }}
{ "repository": { "type": "svn", "url": "https://v8.googlecode.com/svn/trunk/" }} Copy
{ "repository": { "type": "svn", "url": "https://v8.googlecode.com/svn/trunk/" }}
{ "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/react-dom" }} Copy
{ "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/react-dom" }}
Optional
Specify the place where your code lives. This is helpful for people who want to contribute.
See