UNPKG

namedotjs

Version:

A JS implementation of the Name.com reseller API

38 lines (37 loc) 773 B
{ "name": "namedotjs", "version": "0.5.0", "description": "A JS implementation of the Name.com reseller API", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/JavaPortals/namedotjs.git" }, "keywords": [ "namedotcom", "name.com", "name", "namedotjs", "name.js", "reseller", "api" ], "author": { "name": "JavaPortals", "email": "me@javaportals.net", "url": "javaportals.net" }, "license": "MIT", "files": [ "LICENSE", "README.md", "dist" ], "bugs": { "url": "https://github.com/JavaPortals/namedotjs/issues" }, "homepage": "https://github.com/JavaPortals/namedotjs" }