summaryrefslogtreecommitdiff
path: root/alarm/node_modules/polka/package.json
blob: 3a6cf1161b166c942b1f508310b1bc662ddcd50a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "polka",
  "version": "0.5.2",
  "description": "A micro web server so fast, it'll make you dance! :dancers:",
  "repository": "lukeed/polka",
  "license": "MIT",
  "files": [
    "*.js"
  ],
  "author": {
    "name": "Luke Edwards",
    "email": "luke@lukeed.com",
    "url": "https://lukeed.com"
  },
  "dependencies": {
    "@polka/url": "^0.5.0",
    "trouter": "^2.0.1"
  }
}