diff --git a/package.json b/package.json index 128fd356..8b397874 100644 --- a/package.json +++ b/package.json @@ -1,46 +1,46 @@ { - "name": "xero-node", - "version": "1.0.0", - "description": "Xero API Wrapper for all application types", - "main": "lib/index.js", - "directories": { - "test": "test" - }, - "repository": { - "type": "git", - "url": "https://github.com/jordanwalsh23/xero-node" - }, - "scripts": { - "test": "nyc mocha --recursive" - }, - "keywords": [ - "xero", - "api" - ], - "author": "Jordan Walsh", - "license": "MIT", - "dependencies": { - "dateformat": "~1.0.7-1.2.3", - "lodash": "~2.4.1", - "log4js": "~0.6.9", - "lru-cache": "^4.0.2", - "nyc": "^10.1.2", - "q": "~1.0.0", - "uuid": "^3.0.1", - "xml2js": "" - }, - "readmeFilename": "README.md", - "devDependencies": { - "chai": "^3.5.0", - "cli-input": "^0.2.0", - "express": "3.4.8", - "express-handlebars": "^3.0.0", - "mocha": "*", - "mustache": "^2.3.0", - "nodemailer": "", - "nyc": "^10.1.2", - "sinon": "^1.17.7", - "zombie": "^5.0.5", - "zombie-phantom": "0.0.6" - } -} + "name": "xero-node", + "version": "0.0.4", + "description": "Xero API Wrapper for all application types", + "main": "lib/index.js", + "directories": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "https://github.com/XeroAPI/xero-node" + }, + "scripts": { + "test": "nyc mocha --recursive" + }, + "keywords": [ + "xero", + "api" + ], + "author": "Jordan Walsh", + "license": "MIT", + "dependencies": { + "dateformat": "~1.0.7-1.2.3", + "lodash": "~2.4.1", + "log4js": "~0.6.9", + "lru-cache": "^4.0.2", + "nyc": "^10.1.2", + "q": "~1.0.0", + "uuid": "^3.0.1", + "xml2js": "" + }, + "readmeFilename": "README.md", + "devDependencies": { + "chai": "^3.5.0", + "cli-input": "^0.2.0", + "express": "3.4.8", + "express-handlebars": "^3.0.0", + "mocha": "*", + "mustache": "^2.3.0", + "nodemailer": "", + "nyc": "^10.1.2", + "sinon": "^1.17.7", + "zombie": "^5.0.5", + "zombie-phantom": "0.0.6" + } +} \ No newline at end of file