{
"name": "qebayapi",
"version": "0.2.1",
"description": "promise based ebay trading api",
"main": "index.js",
"scripts": {
"test": "jasmine-node spec/"
},
"keywords": [
"ebay",
"q",
"promise"
],
"author": "Daniele Cruciani <daniele@smartango.com>",
"repository": {
"type": "git",
"url": "https://github.com/danielecr/qebayapi.git"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"license": "MIT",
"dependencies": {
"q": "^1.0.1",
"q-io": "^1.11.0",
"xmldom": "*",
"xml2js": "*",
"js2xmlparser": "*"
}
}
|