forked from bripkens/connect-history-api-fallback
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 778 Bytes
/
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
{
"name": "koa-history-api-fallback",
"version": "1.0.0",
"description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used for Koa.",
"keyswords": [
"koa",
"connect",
"html5",
"history api",
"fallback",
"spa"
],
"engines": {
"node": ">=0.8"
},
"main": "lib/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/dalhorinek/koa-history-api-fallback.git"
},
"author": {
"name": "Dalibor Horinek",
"email": "[email protected]",
"url": "http://www.horinek.net"
},
"contributors": [
"Ben Ripkens <[email protected]> (http://bripkens.de)",
"Craig Myles <[email protected]> (http://www.craigmyles.com)"
],
"license": "MIT"
}