-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 1.03 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
{
"name": "plague-doctor",
"nice_name": "Plague Doctor",
"version": "0.1.0",
"description": "A simple script adding a Clippy-like character of a Venetian plague doctor to the right bottom of your website. The good doctor will be providing your visitors with good advice during the difficult time of the COVID-19 pandemic.",
"keywords": [
"clippy",
"COVID-19",
"advice"
],
"repository": {
"type": "git",
"url": "https://github.com/aidik/plague-doctor.git"
},
"bugs": {
"url": "https://github.com/aidik/plague-doctor/issues"
},
"author": {
"name": "Václav Navrátil",
"email": "[email protected]",
"url": "https://github.org/aidik/"
},
"homepage": "https://plaguedoctor.icu",
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-image": "^6.1.0"
}
}