{
  "name": "fr",
  "version": "1.2.2",
  "description": "tiniest string formatting library",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint .",
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edelight/fr.git"
  },
  "keywords": [
    "string",
    "format"
  ],
  "author": "Frederik Ring <frederik.ring@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/edelight/fr/issues"
  },
  "homepage": "https://github.com/edelight/fr#readme",
  "devDependencies": {
    "eslint": "^1.10.2",
    "tape": "^4.2.2"
  }
}
