-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "what3emojis",
"version": "0.1.0",
"description": "The best way to address the world using humanity's only common, unambiguous language",
"dependencies": {
"bootstrap": "4.6.2",
"emojione": "4.5.0",
"geohash-emoji": "1.4.2",
"jquery": "3.7.1",
"leaflet": "1.9.4",
"leaflet-geocoder-mapzen": "1.9.4",
"leaflet-hash": "0.2.1",
"leaflet.locatecontrol": "0.79.0",
"popper.js": "1.16.1",
"protomaps": "1.23.1"
},
"devDependencies": {
"@parcel/transformer-sass": "2.9.3",
"http-server": "14.1.1",
"parcel": "2.9.3",
"process": "0.11.10",
"sass": "1.68.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build src/index.html src/**/*.html",
"start": "npm run build && http-server dist"
},
"repository": {
"type": "git",
"url": "https://github.com/BadIdeaFactory/what3emojis.git"
},
"author": "Lou Huang <lou@louhuang.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BadIdeaFactory/what3emojis/issues"
},
"homepage": "https://www.what3emojis.com/"
}