{
  "name": "chiffon",
  "version": "2.5.4",
  "description": "A small ECMAScript parser, tokenizer and minifier written in JavaScript.",
  "main": "chiffon.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": ""
  },
  "scripts": {
    "test": "mocha --timeout 10000 tests/test",
    "test-min": "mocha --timeout 10000 tests/test --min",
    "pretest-min": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/polygonplanet/Chiffon.git"
  },
  "keywords": [
    "ecmascript",
    "javascript",
    "parser",
    "ast",
    "tokenizer",
    "lexer",
    "minify",
    "syntax"
  ],
  "author": "polygon planet <polygon.planet.aqua@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/polygonplanet/Chiffon/issues"
  },
  "homepage": "https://github.com/polygonplanet/Chiffon"
}
