-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 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
40
41
42
43
44
45
{
"name": "haunted-router",
"version": "0.2.1",
"description": "A client-side router for Haunted",
"main": "haunted-router.js",
"module": "haunted-router.js",
"types": "haunted-router.d.ts",
"scripts": {
"start": "es-dev-server --port 1991 --node-resolve",
"build": "make",
"preversion": "make",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"test": "mocha-headless-chrome -f http://localhost:1991/test/test.html"
},
"peerDependencies": {
"haunted": "^4.6.0"
},
"keywords": [
"router",
"haunted",
"web-components"
],
"author": "Enzo Baldisserri",
"files": [
"haunted-router.d.ts",
"haunted-router.js",
"lib"
],
"homepage": "https://github.com/Gladear/haunted-router#readme",
"bugs": {
"url": "https://github.com/Gladear/haunted-router/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Gladear/haunted-router"
},
"license": "MIT",
"devDependencies": {
"conventional-changelog-cli": "^2.1.1",
"es-dev-server": "^1.60.1",
"haunted": "^4.7.1",
"mocha-headless-chrome": "^3.1.0",
"typescript": "^4.1.2"
}
}