-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
51 lines (51 loc) · 1.02 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "areacodes",
"description": "An area code lookup tool. Query by phone number, or just export the entire list in object form.",
"version": "0.2.1",
"author": "Anthony Hildoer <[email protected]>",
"contributors": [
{
"name": "Anthony Hildoer",
"email": "[email protected]"
},
{
"name": "Andy Coenen",
"email": "[email protected]"
},
{
"name": "Seth Rogers",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:BlueRival/node-areacodes.git"
},
"dependencies": {
"doublescore": "0.3.7"
},
"devDependencies": {
"@turf/turf": "^5.1.6",
"async": "2.6.2",
"cheerio": "^1.0.0-rc.2",
"csv-parser": "2.1.0",
"mocha": "6.0.0",
"request": "2.88.0",
"shapefile": "0.6.6"
},
"keywords": [
"areacode",
"gps",
"geocoding",
"city",
"state"
],
"main": "lib/areacodes.js",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --reporter=landing --exit --bail"
},
"license": "MIT"
}