{
  "name": "mos-plugin-readme",
  "version": "1.0.4",
  "description": "A mos plugin for generating README",
  "preferDev": true,
  "files": [
    "src/",
    "dist/"
  ],
  "main": "dist/index.js",
  "jsnext:main": "src/index.js",
  "scripts": {
    "test": "mocha --compilers js:babel-register && npm run lint && node ../mos/bin/mos.js test",
    "lint": "eslint src/",
    "cover": "istanbul cover -x \"**/*.spec.js\" node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel-register -R spec",
    "md": "node ../mos/bin/mos.js",
    "transpile": "babel src --out-dir dist",
    "prepublish": "npm run transpile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mosjs/mos/tree/master/packages/mos-plugin-readme"
  },
  "keywords": [
    "mos-plugin",
    "readme"
  ],
  "author": {
    "name": "Zoltan Kochan",
    "email": "zoltan.kochan@gmail.com",
    "url": "http://kochan.io"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mosjs/mos-plugin-readme/issues"
  },
  "homepage": "https://github.com/mosjs/mos-plugin-readme#readme",
  "mos": {
    "installation": {
      "useShortAlias": true
    }
  },
  "dependencies": {
    "babel-runtime": "^6.9.0",
    "markdownscript": "^1.3.0"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "chai": "^3.4.1",
    "eslint": "^2.9.0",
    "eslint-config-standard": "^5.3.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "istanbul": "^1.0.0-alpha.1",
    "mocha": "^2.3.4",
    "mos": "^2.0.0-alpha.2"
  },
  "engines": {
    "node": ">=0.12"
  }
}
