-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 877 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
32
{
"name": "virtual-keyboard",
"version": "1.0.0",
"description": "Virtual keyboard for Windows",
"main": "index.js",
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rolling-scopes-school/kseniia-chepur-JSFELT2022Q3.git"
},
"keywords": [
"virtual-keyboard"
],
"author": "Kseniya Chepur",
"license": "ISC",
"bugs": {
"url": "https://github.com/rolling-scopes-school/kseniia-chepur-JSFELT2022Q3/issues"
},
"homepage": "https://github.com/rolling-scopes-school/kseniia-chepur-JSFELT2022Q3#readme",
"dependencies": {
"editorconfig": "^1.0.1",
"http-server": "^14.1.1",
"local-web-server": "^5.2.1"
}
}