Created
July 18, 2016 02:04
-
-
Save cigzigwon/eba81f4ce473d5ce590b2e31128fe941 to your computer and use it in GitHub Desktop.
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" : "trulia-geocode-api", | |
"description": "Simple API written in node, leveraging express", | |
"version": "0.1.0", | |
"author": "Steven K. Snider <[email protected]>", | |
"license": "MIT", | |
"repository": "trulia-main", | |
"main": "server.js", | |
"dependencies": { | |
"express": "^4.13.3" | |
}, | |
"devDependencies": { | |
"mocha": "2.5.3", | |
"supertest": "^1.2.0" | |
}, | |
"engines": ">= 0.10.0", | |
"files": [ | |
"LICENSE", | |
"README.md", | |
"server.js" | |
], | |
"scripts": { | |
"start": "node server.js", | |
"test" : "node_modules/.bin/mocha -u exports test/**/*", | |
"pretest": "", | |
"postest": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment