forked from dskrepps-legacy/coherent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 755 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 755 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
{
"name": "coherent",
"version": "0.1.1",
"description": "Read and write any config file format",
"main": "index.js",
"scripts": {
"test": "tape test/*/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/dskrepps/coherent.git"
},
"author": "DSKrepps <DSKrepps@gmail.com>",
"license": "MIT",
"keywords": [
"config",
"configure",
"configuration",
"json",
"cson",
"csv",
"hjson",
"ini",
"json5",
"xml",
"yml",
"yaml"
],
"dependencies": {
"parse-formats": "^0.1.1",
"stringify-formats": "^0.1.0"
},
"devDependencies": {
"js-yaml": "^3.6.1",
"strip-json-comments": "^2.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
}
}