Last active
August 17, 2016 13:13
-
-
Save Ginden/f7d3a3c5e4e1e6b5d467e112a0cae656 to your computer and use it in GitHub Desktop.
Repository Foo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@test/foo", | |
"version": "0.1.0", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Michał Wadas", | |
"license": "MIT", | |
"dependencies": { | |
"@test/bar": "https://gist.github.com/657a193550d152e7fd22cc67ba4f9c8b.git" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment