{
  "name": "cool-trim",
  "version": "1.1.1",
  "description": "Trim with maximum coolness",
  "main": "lib/index.js",
  "scripts": {
    "test": "(apm test) && (flow check) && (eslint . )",
    "clean": "rm -rf lib",
    "compile": "npm run clean && babel src --out-dir lib",
    "watch": "npm run compile -- -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steelbrain/cool-trim.git"
  },
  "keywords": [
    "trim",
    "string",
    "text"
  ],
  "author": "steelbrain",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/steelbrain/cool-trim/issues"
  },
  "homepage": "https://github.com/steelbrain/cool-trim#readme",
  "dependencies": {
    "tagged-template-literals": "^1.0.1",
    "trim-newlines": "^1.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-preset-steelbrain": "^4.0.1",
    "eslint-config-steelbrain": "^2.0.0",
    "flow-bin": "^0.32.0"
  }
}
