-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 860 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
{
"name": "jdamnsmallmrouter",
"description": "Damn small hash router",
"main": "jDamnSmallRouter.min.js",
"types": "jDamnSmallRouter.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/StefanoBalocco/jDamnSmallRouter.git"
},
"version": "1.1.3",
"keywords": [
"hash router",
"client-side router",
"spa router"
],
"author": "Stefano Balocco <stefano.balocco@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StefanoBalocco/jDamnSmallRouter/issues"
},
"homepage": "https://github.com/StefanoBalocco/jDamnSmallRouter",
"scripts": {
"build": "node_modules/typescript/bin/tsc && node_modules/terser/bin/terser jDamnSmallRouter.js -o jDamnSmallRouter.min.js -m -c --mangle-props regex=/^_/"
},
"devDependencies": {
"terser": "^5.16.8",
"typescript": "^4.9.5"
}
}