{
  "name": "remi",
  "version": "2.0.1",
  "description": "A plugin registrator.",
  "main": "index.js",
  "jsnext:main": "dist/esnext/index.js",
  "typings": "dist/esnext/index.d.ts",
  "scripts": {
    "test-tslint": "tslint -c tslint.json ./src/*.ts",
    "pretest": "npm run transpile",
    "test": "npm run test-tslint && mocha --compilers js:babel-register && mos test",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-register -R spec",
    "precoveralls": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --compilers js:babel-register -R spec && npm i coveralls@2",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "postcoveralls": "rm -rf ./coverage",
    "transpile": "npm run typescript-transpile && npm run babel-transpile",
    "typescript-transpile": "tsc",
    "babel-transpile": "babel dist/esnext --out-dir dist/es5",
    "prepublish": "npm run transpile",
    "md": "mos"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remijs/remi.git"
  },
  "keywords": [
    "plugin",
    "plugins",
    "extension",
    "register"
  ],
  "files": [
    "index.js",
    "dist/"
  ],
  "author": {
    "name": "Zoltan Kochan",
    "email": "zoltan.kochan@gmail.com",
    "url": "http://kochan.io"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/remijs/remi/issues"
  },
  "homepage": "https://github.com/remijs/remi#readme",
  "mos": {
    "plugins": [
      "readme"
    ]
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "dependencies": {
    "babel-runtime": "^6.9.0",
    "magic-hook": "^2.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.7.2",
    "chai": "^3.4.1",
    "istanbul": "^1.0.0-alpha.2",
    "mocha": "^2.3.3",
    "mos": "^1.3.0",
    "mos-plugin-readme": "^1.0.2",
    "plugiator": "^0.2.1",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "tslint": "^3.6.0",
    "typescript": "^1.8.9"
  }
}
