-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 714 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
{
"name": "clickable-map-maker",
"version": "1.0.0",
"description": "Create clickable website maps using JS/HTML/CSS",
"main": "example.html",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest --silent=false --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johniskew/clickable-map-maker.git"
},
"author": "johniskew",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/johniskew/clickable-map-maker/issues"
},
"homepage": "https://github.com/johniskew/clickable-map-maker#readme",
"devDependencies": {
"chromedriver": "^88.0.0",
"jest": "^26.6.3",
"selenium-webdriver": "^4.0.0-beta.1"
}
}