-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 970 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
31
32
33
34
35
{
"name": "sms-location-bot",
"version": "1.0.0",
"description": "Uses the Twilio API to accept requests to locate a resource, and send responses with nearest resource locations, over SMS.",
"main": "index.js",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"feature-parser": "^2.0.0",
"geojson-parser": "^1.0.1",
"twilio": "^3.33.1",
"zipcodes": "^8.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackMichiana/sms-location-bot.git"
},
"keywords": [
"sms",
"geolocation",
"code-for-america",
"hack-michiana"
],
"author": "Chris Johnson Bidler",
"license": "MIT",
"bugs": {
"url": "https://github.com/HackMichiana/sms-location-bot/issues"
},
"homepage": "https://github.com/HackMichiana/sms-location-bot#readme"
}