{
  "name": "cirru-html",
  "version": "0.2.3",
  "description": "Template engine that converts Cirru to HTML",
  "main": "js/index.js",
  "scripts": {
    "clean": "rm -rfv dist/*",
    "watch": "yarn html && webpack-dev-server --config webpack.dev.cirru",
    "release": "yarn clean && webpack --config webpack.release.cirru && yarn release-html",
    "html": "coffee template.coffee",
    "release-html": "env=release coffee template.coffee",
    "up": "yarn release && tiye-up",
    "compile": "coffee -o lib/ -bc src/",
    "test": "coffee example/test.coffee"
  },
  "keywords": [
    "cirru",
    "html"
  ],
  "author": "jiyinyiyong",
  "license": "MIT",
  "dependencies": {
    "cirru-parser": "^0.10.8-a1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Cirru/cirru-html.git"
  },
  "bugs": {
    "url": "https://github.com/Cirru/cirru-html/issues"
  },
  "homepage": "http://repo.cirru.org/html/",
  "devDependencies": {
    "assets-webpack-plugin": "^5.1.1",
    "cirru-script": "0.6.2",
    "cirru-script-loader": "0.5.5",
    "coffee-loader": "^1.0.0",
    "coffeescript": "^2.5.1",
    "css-loader": "^4.2.2",
    "duplicate-package-checker-webpack-plugin": "^3.0.0",
    "file-loader": "^6.0.0",
    "hsl": "^0.1.1",
    "http-server": "^0.12.3",
    "json-loader": "^0.5.3",
    "stir-template": "^0.2.2",
    "style-loader": "^1.2.1",
    "url-loader": "^4.1.0",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0",
    "webpack-hud": "^0.1.2"
  }
}
