-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 839 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 839 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "chatbot",
"version": "0.0.1",
"description": "Chatbot for interviewing me",
"main": "js/script.js\u001b[Dchatbot.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giuseppedeponte/chatbot.git"
},
"author": "Giuseppe De Ponte",
"license": "MIT",
"bugs": {
"url": "https://github.com/giuseppedeponte/chatbot/issues"
},
"homepage": "https://github.com/giuseppedeponte/chatbot#readme",
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-google": "^0.8.0"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"google"
],
"env": {
"browser": true
},
"parserOptions": {
"ecmaVersion": 5
}
}
}