-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 816 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
30
31
{
"name": "opentrafficcammap",
"version": "0.5.0",
"description": "An open-source list of traffic cameras with live view and geodata",
"main": "index.mjs",
"scripts": {
"start": "node index.mjs",
"test": "mocha",
"lint": "eslint \"**/*{.js,.cjs,.mjs}\"",
"fix-lint": "eslint \"**/*{.js,.cjs,.mjs}\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AidanWelch/OpenTrafficCamMap.git"
},
"keywords": [
"traffic",
"camera"
],
"author": "Aidan Welch",
"license": "MIT",
"bugs": {
"url": "https://github.com/AidanWelch/OpenTrafficCamMap/issues"
},
"homepage": "https://github.com/AidanWelch/OpenTrafficCamMap#readme",
"devDependencies": {
"eslint": "^8.55.0",
"eslint-plugin-mocha": "^10.2.0",
"mocha": "^10.2.0"
}
}