1 | {
|
2 | "name": "polka",
|
3 | "version": "0.2.1",
|
4 | "description": "WIP",
|
5 | "repository": "lukeed/polka",
|
6 | "main": "lib/index.js",
|
7 | "license": "MIT",
|
8 | "files": [
|
9 | "lib"
|
10 | ],
|
11 | "author": {
|
12 | "name": "Luke Edwards",
|
13 | "email": "luke@lukeed.com",
|
14 | "url": "https://lukeed.com"
|
15 | },
|
16 | "scripts": {
|
17 | "test": "tape test/*.js | tap-spec"
|
18 | },
|
19 | "dependencies": {
|
20 | "parseurl": "^1.3.2",
|
21 | "trouter": "^1.0.0"
|
22 | },
|
23 | "devDependencies": {
|
24 | "axios": "^0.17.1",
|
25 | "express": "^4.16.2",
|
26 | "tap-spec": "^4.1.1",
|
27 | "tape": "^4.8.0"
|
28 | }
|
29 | }
|