-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 875 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 875 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
39
40
{
"name": "confman",
"version": "0.2.12",
"description": "最好用的配置加载器",
"main": "./index.js",
"scripts": {
"test": "istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Houfeng/confman.git"
},
"keywords": [
"config",
"conf",
"loader"
],
"author": "Houfeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/Houfeng/confman/issues"
},
"homepage": "https://github.com/Houfeng/confman#readme",
"dependencies": {
"cify": "^2.1.12",
"cson-parser": "^1.3.5",
"ini-parser": "0.0.2",
"js-yaml": "^3.10.0",
"ntils": "^3.1.9",
"pixl-xml": "^1.0.13",
"plist": "^1.2.0",
"properties": "^1.2.1",
"toml": "^2.3.3",
"vmodule-webpack-plugin": "^2.0.5"
},
"devDependencies": {
"istanbul": "^0.4.4",
"mocha": "^2.5.3"
}
}