UNPKG

525 BJSONView Raw
1{
2 "name": "node-yaml",
3 "version": "0.1.1",
4 "description": "A wrapper for js-yaml parser",
5 "keywirds": [
6 "wrapper",
7 "yaml",
8 "parser",
9 "serializer",
10 "node",
11 "nodejs"
12 ],
13 "main": "index.js",
14 "author": "Nick K.",
15 "license": "MIT",
16 "dependencies": {
17 "iced-runtime": "^1.0.3",
18 "js-yaml": "^3.4.6"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/octet-stream/node-yaml.git"
23 },
24 "bugs": {
25 "url": "https://github.com/octet-stream/node-yaml/issues"
26 }
27}
\No newline at end of file