Skip to content

Instantly share code, notes, and snippets.

@cigzigwon
Created July 18, 2016 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cigzigwon/eba81f4ce473d5ce590b2e31128fe941 to your computer and use it in GitHub Desktop.
Save cigzigwon/eba81f4ce473d5ce590b2e31128fe941 to your computer and use it in GitHub Desktop.
{
"name" : "trulia-geocode-api",
"description": "Simple API written in node, leveraging express",
"version": "0.1.0",
"author": "Steven K. Snider <s6snider@gmail.com>",
"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