{
  "name": "simple-html-tokenizer",
  "version": "0.1.1",
  "license": "MIT",
  "description": "Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.",
  "keywords": [
    "html",
    "tokenizer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tildeio/simple-html-tokenizer.git"
  },
  "main": "dist/simple-html-tokenizer.js",
  "scripts": {
    "build": "compile-modules convert -I lib -f bundle -o dist/simple-html-tokenizer.js simple-html-tokenizer.umd.js",
    "prepublish": "npm run build",
    "test": "npm run build && testem ci"
  },
  "devDependencies": {
    "es6-module-transpiler": "^0.9.5",
    "qunit-extras": "^1.3.0",
    "qunitjs": "^1.16.0",
    "testem": "^0.6.23"
  }
}
