{
  "name": "simple-html-tokenizer",
  "version": "0.3.0",
  "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",
  "jsnext:main": "src/index.js",
  "scripts": {
    "build": "ember build",
    "prepublish": "npm run build",
    "test": "ember test",
    "lint": "ember test -f jshint"
  },
  "devDependencies": {
    "broccoli-concat": "^3.0.5",
    "broccoli-funnel": "^1.1.0",
    "broccoli-jshint": "^2.1.0",
    "broccoli-merge-trees": "^1.2.1",
    "broccoli-rollup": "^1.0.3",
    "ember-cli": "^2.10.0",
    "qunitjs": "^1.18.0"
  },
  "ember-addon": {
    "paths": [
      "commands"
    ]
  }
}
