{
  "name": "lircd-conf-parser",
  "version": "0.0.4",
  "description": "Library that parses a LIRCd configuration file",
  "main": "lib/lircd-conf-parser.js",
  "scripts": {
    "compile": "babel --presets es2015 --source-maps -d lib/ src/",
    "prepublish": "npm run compile",
    "test": "npm run compile && mocha --compilers js:babel-core/register"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/madpilot/lirc-conf-parser.git"
  },
  "keywords": [
    "lirc",
    "parser"
  ],
  "author": "Myles Eftos <myles@madpilot.com.au> (http://myles.eftos.id.au)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/madpilot/lirc-conf-parser/issues"
  },
  "homepage": "https://github.com/madpilot/lirc-conf-parser#readme",
  "devDependencies": {
    "babel-cli": "^6.4.0",
    "babel-core": "^6.4.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-runtime": "^6.3.19",
    "chai": "^3.4.1",
    "chalk": "^1.1.1",
    "mocha": "^2.3.4",
    "mockery": "^1.4.0",
    "sinon": "^1.17.2",
    "source-map-support": "^0.4.0"
  }
}
