dyaml/package.json

17 lines
385 B
JSON
Raw Normal View History

2013-02-23 08:02:31 +00:00
{
2013-04-23 23:32:16 +00:00
"description": "YAML parser and emitter",
"authors": [
"Ferdinand Majerech"
],
"libs": [],
"targetType": "staticLibrary",
"importPaths": ["source"],
"version": "~master",
"license": "Boost 1.0",
"dependencies": {},
"homepage": "http://dyaml.alwaysdata.net/",
"name": "dyaml",
"copyright": "Copyright © 2011-2013, Ferdinand Majerech",
"buildRequirements": ["relaxProperties"],
2013-02-23 08:02:31 +00:00
}