-
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) · 763 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 763 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": "project19",
"version": "0.6.0",
"description": "Stream chat bot with Web UI. Challenge for the holidays.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KararTY/Project19.git"
},
"author": "Karar Al-Remahy",
"license": "ISC",
"bugs": {
"url": "https://github.com/KararTY/Project19/issues"
},
"homepage": "https://github.com/KararTY/Project19#readme",
"devDependencies": {
"cross-env": "^6.0.3",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}