-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 812 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "zip-code-distance",
"version": "1.0.0",
"description": "Simple api to get the distance between 2 zipcodes and the corresponding zipcode data",
"main": "./server/app.js",
"scripts": {
"test": "cd server && node app.js",
"start": "cd server && node app.js",
"client": "npm start --prefix client",
"heroku-postbuild": "cd server && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buddyeorl/zipCodeDistance.git"
},
"keywords": [
"zipcode",
"distance",
"zipcode",
"latitude",
"zipcode",
"longitude"
],
"author": "A. Lizarraga",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/buddyeorl/zipCodeDistance/issues"
},
"homepage": "https://github.com/buddyeorl/zipCodeDistance#readme"
}