{
  "name": "utemplate",
  "version": "2.2.5",
  "description": "Templates are supported by default in HTML5, this is a single lightweight script to prepare them for you.",
  "main": "bin/index.js",
  "scripts": {
    "test": "mocha",
    "preversion": "rollup -c",
    "postversion": "babel src -d lib",
    "prepublish": "uglifyjs bin/index.js -c --source-map bin/index.min.js.map --source-map-root bin -o bin/index.min.js"
  },
  "repository": {
    "type": "git",
    "url": "github.com/Announcement/utemplate"
  },
  "keywords": [
    "template",
    "html5",
    "shim",
    "javascript",
    "ecma6",
    "small",
    "micro",
    "easy",
    "lightweight",
    "prepare"
  ],
  "author": "Jacob Francis Powers",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-plugin-external-helpers": "^6.8.0",
    "babel-polyfill": "^6.13.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-register": "^6.11.6",
    "blanket": "^1.2.3",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "isparta": "^4.0.0",
    "istanbul": "^0.4.4",
    "jsdom": "^9.4.2",
    "jsdom-global": "^2.0.0",
    "karma": "^1.2.0",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-chrome-launcher": "^2.0.0",
    "karma-mocha": "^1.1.1",
    "karma-requirejs": "^1.0.0",
    "karma-rollup-plugin": "^0.2.2",
    "mocha": "^3.0.2",
    "requirejs": "^2.2.0",
    "rollup": "^0.34.7",
    "rollup-plugin-babel": "^2.6.1",
    "rollup-plugin-buble": "^0.13.0",
    "rollup-plugin-json": "^2.0.1",
    "rollup-plugin-sourcemaps": "^0.3.7",
    "uglify-js": "^2.7.3"
  }
}
