-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 702 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 702 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
{
"name": "@adius/yaml2json",
"version": "1.0.1",
"description": "A stream transformer to convert YAML to JSON.",
"main": "source/index.js",
"bin": "cli.js",
"scripts": {
"test": "node test/index.js",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ad-si/yaml2json.git"
},
"keywords": [
"yaml2json",
"yaml",
"json"
],
"author": "Adrian Sieber",
"license": "MIT",
"bugs": {
"url": "https://github.com/ad-si/yaml2json/issues"
},
"homepage": "https://github.com/ad-si/yaml2json#readme",
"dependencies": {
"js-yaml": "^3.13.1"
},
"devDependencies": {
"streamtester": "^0.2.0"
}
}