-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
46
47
48
{
"name": "@irmmr/hash.js",
"version": "1.7.8",
"description": "A simple and flexible JavaScript library that manages \"window.location.hash\". With the ability to support queries. (#value?query)",
"main": "src/hash.js",
"jsdelivr": "dist/hash.min.js",
"type": "module",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"mime": "^3.0.0",
"mocha": "^9.1.3",
"open": "^8.4.0",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"scripts": {
"start": "npm install",
"build": "webpack",
"dev": "webpack --env=development",
"lab": "webpack --env=test",
"watch": "webpack --watch",
"test": "node ./test/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/irmmr/hash.js.git"
},
"keywords": [
"hash.js",
"window.location.hash",
"location.hash",
"page hash",
"hash query",
"javascript",
"npm",
"node"
],
"author": "Irmmr",
"license": "MIT",
"bugs": {
"url": "https://github.com/irmmr/hash.js/issues"
},
"homepage": "https://github.com/irmmr/hash.js#readme"
}