-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 889 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 889 Bytes
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
{
"name": "hmmjs",
"version": "0.1.5",
"description": "A package to overlay pages with emoji",
"main": "dist/hmm.js",
"module": "src/index.js",
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwebbed/hmmjs.git"
},
"author": "Jonathan Webb",
"license": "MIT",
"bugs": {
"url": "https://github.com/jwebbed/hmmjs/issues"
},
"homepage": "http://webbdev.ca/hmmjs",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.14.5",
"babel-loader": "^8.2.2",
"gulp": "^4.0.2",
"html-webpack-plugin": "^5.3.1",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2",
"webpack-stream": "^6.1.2"
},
"dependencies": {
"lodash": "^4.17.21"
}
}