{
  "name": "interpolate-params",
  "version": "2.0.1",
  "description": "Interpolate parameters in a string pattern",
  "main": "index.js",
  "scripts": {
    "lint": "eslint lib test",
    "test": "mocha test",
    "test-dev": "mocha test --watch --reporter min",
    "build": "npm run lint && npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/moroshko/interpolate-params.git"
  },
  "author": "Misha Moroshko <michael.moroshko@gmail.com>",
  "bugs": {
    "url": "https://github.com/moroshko/interpolate-params/issues"
  },
  "homepage": "https://github.com/moroshko/interpolate-params",
  "keywords": [
    "interpolation",
    "string interpolation",
    "pattern",
    "matching",
    "pattern matching",
    "pattern-matching"
  ],
  "devDependencies": {
    "chai": "^3.4.1",
    "eslint": "^1.10.3",
    "mocha": "^2.3.4"
  },
  "license": "MIT"
}
