-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 869 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
36
37
38
{
"name": "inireader",
"description": "Module to create, read and/or change ini configuration files",
"url": "https://github.com/Ajnasz/IniReader",
"keywords": [
"ini",
"config",
"configuration",
"parser"
],
"repository": {
"type": "git",
"url": "git://github.com/Ajnasz/IniReader.git"
},
"bugs": {
"url": "https://github.com/Ajnasz/IniReader/issues"
},
"author": {
"name": "Lajos Koszti",
"email": "[email protected]",
"url": "http://ajnasz.hu"
},
"contributors": [
"Daniel Phatthanan <[email protected]>",
"jagiella <[email protected]>"
],
"scripts": {
"test": "make test",
"lint": "make lint"
},
"license": "MIT",
"version": "2.2.1",
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
}
}