mson2json
Version:
Convert API Blueprints in MSON format to JSON!
34 lines (33 loc) • 703 B
JSON
{
"name": "mson2json",
"version": "1.0.8",
"description": "Convert API Blueprints in MSON format to JSON!",
"main": "lib/mson2json.js",
"preferGlobal": "true",
"bin": {
"mson2json": "bin/mson2json"
},
"dependencies": {
"blueprint-transactions": "0.0.2",
"protagonist": "1.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PelegR/mson2json.git"
},
"keywords": [
"MSON",
"json",
"to",
"mson",
"api",
"blueprints",
"apiary"
],
"author": "Peleg Rosenthal",
"license": "MIT",
"bugs": {
"url": "https://github.com/PelegR/mson2json/issues"
},
"homepage": "https://github.com/PelegR/mson2json#readme"
}