{
  "name": "dedent",
  "version": "0.6.0",
  "description": "An ES6 string tag that strips indentation from multi-line strings",
  "main": "dist/dedent.js",
  "files": [
    "dist/dedent.js",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/dmnd/dedent.git"
  },
  "keywords": [
    "dedent",
    "tag",
    "multi-line string",
    "es6"
  ],
  "author": {
    "name": "Desmond Brand",
    "email": "dmnd@desmondbrand.com",
    "url": "http://desmondbrand.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dmnd/dedent/issues"
  },
  "homepage": "https://github.com/dmnd/dedent",
  "devDependencies": {
    "babel-jest": "^5.0.1",
    "eslint": "^1.9.0",
    "gulp": "^3.8.10",
    "gulp-babel": "^5.1.0",
    "jest-cli": "^0.7.1"
  },
  "scripts": {
    "test": "jest",
    "lint": "eslint dedent.js __tests__"
  },
  "jest": {
    "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
    "testFileExtensions": [
      "js"
    ],
    "moduleFileExtensions": [
      "js",
      "json"
    ]
  }
}
