{
  "name": "rollup-plugin-string",
  "version": "3.0.0",
  "description": "Converts text files to modules",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "rollup-pluginutils": "^2.4.1"
  },
  "devDependencies": {
    "mocha": "^6.0.1",
    "prettier": "^1.16.4",
    "rollup": "^1.2.3"
  },
  "scripts": {
    "test": "mocha test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TrySound/rollup-plugin-string.git"
  },
  "keywords": [
    "rollup-plugin",
    "stringify",
    "string",
    "template"
  ],
  "author": "Bogdan Chadkin <trysound@yandex.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TrySound/rollup-plugin-string/issues"
  },
  "homepage": "https://github.com/TrySound/rollup-plugin-string"
}
