{
  "name": "string-raw",
  "version": "1.0.1",
  "description": "a ponyfill for the ES6 String.raw()",
  "main": "lib",
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "abby test --watch",
    "test": "mocha --compilers js:babel-register",
    "lint": "eslint src test",
    "cover": "abby cover:* --parse serial",
    "cover:test": "nyc --reporter=lcov --reporter=text npm test",
    "cover:report": "node -e \"if(process.env.TRAVIS){}else{process.exit(1)}\" && codeclimate-test-reporter < coverage/lcov.info || echo skip coverage report",
    "build": "cross-env NODE_ENV=production abby build:*",
    "build:compile": "rollup -c"
  },
  "abigail": {
    "plugins": {
      "watch": false
    }
  },
  "devDependencies": {
    "abigail": "^1.3.5",
    "array-from": "59naga/array-from#9cd0f1ce9a0e0adbfd21d9b7b735bc5765ba969e",
    "assert-exception": "^1.1.0",
    "babel-cli": "^6.6.5",
    "babel-eslint": "^6.0.2",
    "babel-plugin-espower": "^2.1.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2015-rollup": "^1.1.1",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.7.2",
    "codeclimate-test-reporter": "^0.3.1",
    "cross-env": "^1.0.7",
    "eslint": "^2.6.0",
    "eslint-config-airbnb": "^6.2.0",
    "mocha": "^2.4.5",
    "nyc": "^6.1.1",
    "pascal-case": "^1.1.2",
    "power-assert": "^1.3.1",
    "rollup": "^0.25.8",
    "rollup-plugin-babel": "^2.4.0",
    "rollup-plugin-commonjs": "^2.2.1",
    "rollup-plugin-json": "^2.0.0",
    "rollup-plugin-node-resolve": "^1.4.0",
    "rollup-plugin-uglify": "^0.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/59naga/string-raw.git"
  },
  "keywords": [
    "String.raw",
    "ponyfill",
    "polyfill"
  ],
  "author": "59naga <i59naga@icloud.com> (http://berabou.me/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/59naga/string-raw/issues"
  },
  "homepage": "https://github.com/59naga/string-raw#readme"
}
