-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 855 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
33
{
"name": "porter-router",
"version": "0.1.3",
"homepage": "https://github.com/agrarianlabs/porter-router#readme",
"description": "A router for porter that acts as a channel to window hash changes and links hash paths to callbacks.",
"keywords": [
"porter",
"connector",
"channel",
"plugin",
"router"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agrarianlabs/porter-router.git"
},
"contributors": [
"Jason Goldberger <[email protected]>",
"Michael Christenson II <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/agrarianlabs/porter-router/issues"
},
"dependencies": {
"porter-client": "^0.11.0",
"query-string": "^3.0.0"
}
}