-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 803 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 803 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
{
"name": "uniparse",
"version": "1.1.0",
"description": "Config parsing library with a unified API for different types of configs.",
"main": "lib/uniparse.js",
"scripts": {
"test": "echo 'Ok'"
},
"repository": {
"type": "git",
"url": "https://github.com/XereoNet/uniparse.git"
},
"keywords": [
"parse",
"config",
"yml",
"yaml",
"properties",
"list",
"csv"
],
"author": "Jamy Timmermans <me@jamy.be>",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/XereoNet/uniparse/issues"
},
"homepage": "https://github.com/XereoNet/uniparse",
"dependencies": {
"houston-properties": "^1.2.1",
"js-yaml": "^3.6.1",
"json-honey": "^0.1.5",
"lodash": "^2.4.1"
},
"devDependencies": {
"jshint": "^2.9.2"
}
}