Skip to content

Instantly share code, notes, and snippets.

@connor
Created May 28, 2012 04:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save connor/2817308 to your computer and use it in GitHub Desktop.
Save connor/2817308 to your computer and use it in GitHub Desktop.
Domai.nr node module package.json file
{
"name": "Domai.nr"
, "version": "1.0.0"
, "description": "A dead-simple way to utilize Domai.nr's JSON API"
, "keywords": [
"domainr"
, "domains"
, "search"
, "domain"
]
, "license": "MIT"
, "main": "./lib/domainr"
, "dependencies": {
"request" : "2.9.200"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment