-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 836 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "re.places.js",
"version": "0.1.3",
"description": "A serverless database of 41,000 global cities for your browser. Designed as a light-weight polyfill for ‘cities’ from Algolia's places API, ahead of the service’s sunset in May 2022. It also runs standalone.",
"main": "re.places.js",
"type": "module",
"repository": "github:theprojectsomething/re.places",
"homepage": "https://theprojectsomething.github.io/re.places/",
"scripts": {
"build-db": "node src/build-db.js",
"demo": "http-server -c-1 -b -g -S -C ~/.ssh/localhost+4.pem -K ~/.ssh/localhost+4-key.pem"
},
"author": "theprojectsomething",
"license": "MIT",
"devDependencies": {
"adm-zip": "^0.5.9",
"http-server": "^14.1.0"
},
"dependencies": {
"minisearch": "^3.2.0",
"point-in-polygon-hao": "^1.1.0"
}
}