Skip to content

Instantly share code, notes, and snippets.

@pa-s
Created December 16, 2014 22:19
Show Gist options
  • Select an option

  • Save pa-s/904d012e670508cc3f93 to your computer and use it in GitHub Desktop.

Select an option

Save pa-s/904d012e670508cc3f93 to your computer and use it in GitHub Desktop.
Hodman Article - package.json
{
"name": "Hodman",
"version": "1.0.0",
"description": "",
"main": "hodmanWorld.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cabbie": "git://github.com/ForbesLindesay/cabbie.git",
"hodman": "git://github.com/yahoo/hodman.git"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment