-
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) · 1012 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1012 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": "config-any",
"version": "0.1.2",
"description": "Straight port of Perl's Config::Any multi-configuration file parsing system",
"main": "lib/config.js",
"directories": {
"test": "tests"
},
"dependencies": {
"config-general": ">= 0.1.1-g",
"glob": "^4.0.4",
"sax": "^0.6.0",
"yaml-js": "^0.0.8",
"iconv": "^2.1.4",
"node-icu-charset-detector": ">= 0.0.7"
},
"devDependencies": {
"tap": "^0.4.11"
},
"scripts": {
"test": "tap tests/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/dshadowwolf/config-any"
},
"keywords": [
"config file",
"ini",
"yaml",
"json",
"xml"
],
"author": "Daniel 'DShadowWolf' Hazelton",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/dshadowwolf/config-any/issues"
},
"homepage": "https://github.com/dshadowwolf/config-any"
}