-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 845 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
{
"name": "qtools-config-file-processor",
"version": "1.0.14",
"description": "wrapper for multi-ini that converts strings to numbers and others stuff",
"main": "qtools-config-file-processor.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tqwhite/qtools-config-file-processor.git"
},
"author": "TQ White II",
"license": "ISC",
"bugs": {
"url": "https://github.com/tqwhite/qtools-config-file-processor/issues"
},
"homepage": "https://github.com/tqwhite/qtools-config-file-processor#readme",
"dependencies": {
"multi-ini": "^2.1.2"
},
"devDependencies": {},
"keywords": [
"ini",
"config"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/evangelion1204/multi-ini/blob/master/LICENSE"
}
]
}