Created
August 13, 2012 23:32
-
-
Save rconnelly/3344828 to your computer and use it in GitHub Desktop.
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
{ | |
"author": "Ryan Connelly <[email protected]> (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