{
  "name": "mos-plugin-snippet",
  "version": "2.1.3",
  "description": "A mos plugin for embedding snippets from files",
  "files": [
    "src/",
    "dist/"
  ],
  "main": "dist/index.js",
  "jsnext:main": "src/index.js",
  "scripts": {
    "test-es5": "mocha --compilers js:babel-register && npm run lint",
    "test": "npm run test-es5 && node ../mos/bin/mos.js test -x=\"test/**\"",
    "lint": "eslint src/**/*.js",
    "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-snippet"
  },
  "keywords": [
    "mos-plugin",
    "snippet"
  ],
  "author": {
    "name": "Zoltan Kochan",
    "email": "zoltan.kochan@gmail.com",
    "url": "http://kochan.io"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mosjs/mos-plugin-snippet/issues"
  },
  "homepage": "https://github.com/mosjs/mos-plugin-snippet#readme",
  "dependencies": {
    "babel-runtime": "^6.9.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.8.0",
    "eslint-config-standard": "^5.2.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.3.4",
    "mos": "^2.0.0-alpha.2"
  },
  "engines": {
    "node": ">=0.12"
  }
}
