We have a firewall that blocks git:// so we need to use https:// instead of git://
package.json:
{
"name": "amd-doc",
"title": "amd-doc",
"description": "Documentation generator for AMD-based projects",
"version": "0.2.0",
"homepage": "https://github.com/zship/amd-doc",
"author": "Zach Shipley zach@zachshipley.com",
"repository": {
"type": "git",
"url": "https://github.com/zship/amd-doc"
},
"license": "MIT",
"main": "amddoc.js",
"dependencies": {
"grunt": "0.4.x",
"grunt-lib-amd": "0.1.x",
"underscore": "1.4.x",
"deferreds": "0.2.x",
"jade": "0.27.x",
"marked": "0.2.x",
"highlight.js": "7.3.x",
"taffy": "2.6.x",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git#v3.1.1"
},
"keywords": [
"gruntplugin",
"amd"
]
}
Is that possible to change? We would love to test your documentation generator.
We have a firewall that blocks git:// so we need to use https:// instead of git://
package.json:
{
"name": "amd-doc",
"title": "amd-doc",
"description": "Documentation generator for AMD-based projects",
"version": "0.2.0",
"homepage": "https://github.com/zship/amd-doc",
"author": "Zach Shipley zach@zachshipley.com",
"repository": {
"type": "git",
"url": "https://github.com/zship/amd-doc"
},
"license": "MIT",
"main": "amddoc.js",
"dependencies": {
"grunt": "0.4.x",
"grunt-lib-amd": "0.1.x",
"underscore": "1.4.x",
"deferreds": "0.2.x",
"jade": "0.27.x",
"marked": "0.2.x",
"highlight.js": "7.3.x",
"taffy": "2.6.x",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git#v3.1.1"
},
"keywords": [
"gruntplugin",
"amd"
]
}
Is that possible to change? We would love to test your documentation generator.