UNPKG

proper

Version:
35 lines (34 loc) 712 B
{ "name": "proper", "version": "0.5.1", "description": "Property Manager utility", "keywords": [ "yaml", "property-graph", "graphs" ], "homepage": "https://github.com/tombenke/proper", "author": "Tamás Benke <tombenke@gmail.com>", "license": { "type": "MIT", "url": "https://github.com/tombenke/proper/LICENSE" }, "repository": { "type": "git", "url": "https://github.com/tombenke/proper.git" }, "main": "./processor.js", "engines": { "node": "> 0.4.11" }, "bin": { "proper": "./bin/cli.js" }, "dependencies": { "commander": "2.0.0", "js-yaml": "2.0.5", "should": "1.2.2", "xml-mapping": ">= 1.1.0", "dot": "1.0.1" } }