File: package.json

Recommend this page to a friend!
  Classes of Daniele Cruciani   Node.js eBay API promise   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: npm info
Class: Node.js eBay API promise
Send requests to eBay API using Node.js
Author: By
Last change: Update of package.json
Date: 2 years ago
Size: 599 bytes
 

Contents

Class file image Download
{ "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": "*" } }