$ npm install https://github.com/milewdev/TinyMock/raw/master/TinyMock-0.4.0.tgz
$ cat package.json { "name": "My Project", "description": "A description of My Project.", "repository": "git://github.com/me/MyProject.git", "scripts": { "test": "cake test" }, "devDependencies": { "mocha": "*", "chai": "*", "coffee-script": "~1.6", "TinyMock": "https://github.com/milewdev/TinyMock/raw/master/TinyMock-0.4.0.tgz" } } $ npm install
$ npm uninstall TinyMock