{
  "name": "stringify",
  "description": "Browserify middleware to be able to require() text files (including templates) inside of your client-side JavaScript files.",
  "version": "5.2.0",
  "main": "./index.js",
  "author": "John Postlethwait <john.postlethwait@gmail.com>",
  "contributors": [
    "James Newell <james@digitaledgeit.com.au>",
    "Kevin Ingersoll <kingersoll@gmail.com>",
    "Livoras <livoras@163.com>",
    "Sébastien David <sebastien.david.1983@gmail.com>",
    "Kenneth Skovhus <kenneth.skovhus@gmail.com>",
    "Michaelangelo Jong <mike96angelo@gmail.com>",
    "Matthew Dunsdon <matthewdunsdon@gmail.com>",
    "Ugo Stephant <ugo@poool.fr>"
  ],
  "website": "http://johnpostlethwait.github.com/stringify/",
  "keywords": [
    "browserify",
    "browserify-transform",
    "require",
    "template",
    "text",
    "txt",
    "client-side"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/JohnPostlethwait/stringify.git"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "browserify-transform-tools": "^1.5.3",
    "html-minifier": "3.5.2"
  },
  "devDependencies": {
    "gulp": "3.9.0",
    "gulp-jshint": "2.0.0",
    "gulp-mocha": "2.2.0",
    "jshint": "2.9.1",
    "jshint-stylish": "2.1.0",
    "mocha": "2.4.5",
    "should": "8.2.1"
  }
}
