UNPKG

namecheap-api

Version:
47 lines (46 loc) 1.13 kB
{ "name": "namecheap-api", "version": "1.0.5", "description": "Node.JS library for the Namecheap API", "main": "namecheap-api.js", "scripts": { "test": "gulp mocha" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/alastairparagas/NamecheapAPI.git" }, "keywords": [ "namecheap", "nodejs", "library" ], "author": "Alastair Paragas <alastairparagas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/alastairparagas/NamecheapAPI/issues" }, "homepage": "https://github.com/alastairparagas/NamecheapAPI#readme", "dependencies": { "async": "^1.5.2", "es6-promise": "^2.3.0", "lodash": "^3.10.1", "query-string": "^2.4.2", "request": "^2.69.0", "xml2js": "^0.4.16" }, "devDependencies": { "chai": "^3.5.0", "colors": "^1.1.2", "gulp": "^3.9.1", "gulp-jshint": "^1.12.0", "gulp-mocha": "^2.1.3", "gulp-plumber": "^1.1.0", "gulp-watch": "^4.3.5", "jshint-stylish": "^2.1.0", "mocha": "^2.4.5", "mockery": "^1.4.0", "require-uncached": "^1.0.2", "sinon": "^1.17.3" } }