{ "name": "json-to-frontmatter-markdown", "version": "1.0.0", "description": "Transform json to a markdown file with frontmatter and body", "main": "lib/index.js", "scripts": { "test": "jest", "build": "babel src/ -d lib/", "prepublish": "npm run build", "flow": "flow" }, "repository": { "type": "git", "url": "git+https://github.com/easybird/json-to-frontmatter-markdown.git" }, "keywords": [ "json", "markdown", "frontmatter", "node", "parser", "md" ], "author": "Easybird", "license": "MIT", "bugs": { "url": "https://github.com/easybird/json-to-frontmatter-markdown/issues" }, "homepage": "https://github.com/easybird/json-to-frontmatter-markdown#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-jest": "^22.4.3", "babel-preset-env": "^1.6.1", "babel-preset-flow": "^6.23.0", "jest": "^22.4.3", "regenerator-runtime": "^0.11.1" }, "dependencies": { "left-pad": "^1.3.0", "mkdirp": "^0.5.1" }, "jest": { "rootDir": "src" } }