Created
May 28, 2012 04:57
-
-
Save connor/2817308 to your computer and use it in GitHub Desktop.
Domai.nr node module package.json file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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