{
  "name": "huz",
  "version": "0.3.11",
  "description": "A specification-compliant, extensible mustache compiler.",
  "main": "build/huz.js",
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/mocha/bin/mocha --compilers js:babel/register --require ./test/init.js --recursive",
    "test:watch": "npm run test -- --watch",
    "clean": "rm -rf build && mkdir build",
    "build": "npm run clean && webpack -p --config=webpack.config.js  src/index.js build/huz.js",
    "build:watch": "webpack -p --watch --config=webpack.config.js  src/index.js build/huz.js",
    "prepublish": "npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ventmere/huz.git"
  },
  "author": "fluxxu",
  "homepage": "https://github.com/Ventmere/huz",
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-core": "^5.8.25",
    "babel-loader": "^5.3.2",
    "chai": "^3.3.0",
    "mocha": "^2.3.3",
    "escape-html": "^1.0.3",
    "webpack": "^2.0"
  }
}
