Skip to content

Instantly share code, notes, and snippets.

@rconnelly
Created August 13, 2012 23:32
Show Gist options
  • Save rconnelly/3344828 to your computer and use it in GitHub Desktop.
Save rconnelly/3344828 to your computer and use it in GitHub Desktop.
{
"author": "Ryan Connelly <ryan@quad.io> (http://quad.io)",
"name": "shopnode",
"description": "A complete node client for the shopify api.",
"version": "0.0.2",
"homepage": "http://quad.io",
"main": "lib/shopnode.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"restify": "~0.5.4",
"nconf": "~0.5.1",
"http-digest": "~v0.1.0",
"directory": "~0.1.0"
},
"devDependencies": {
"vows": "~0.6.2"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment