-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 908 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
33
34
35
{
"name": "homeaway-config-parser",
"version": "1.0.0",
"description": "⚙️ homeaway interview question - configuration parser",
"keywords": [
"node",
"eslint",
"prettier",
"homeaway",
"interview"
],
"homepage": "https://github.com/bradgarropy/homeaway-config-parser",
"bugs": {
"url": "https://github.com/bradgarropy/homeaway-config-parser/issues"
},
"license": "MIT",
"author": {
"name": "Brad Garropy",
"email": "bradgarropy@gmail.com",
"url": "https://bradgarropy.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bradgarropy/homeaway-config-parser"
},
"scripts": {
"start": "node index.js",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"eslint": "^5.7.0",
"jest": "^23.6.0"
}
}