{
  "name": "yajsh",
  "description": "Semantic highlighter for JavaScript",
  "version": "0.0.9",
  "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
  "dependencies": {
    "coa": "^0.4.1",
    "krasota": "0.2.0",
    "ometajs": "^3.3.7",
    "q": "^1.0.1",
    "stylus": "~0.47.1"
  },
  "devDependencies": {
    "mocha": "1.13.0",
    "chai": "1.8.1",
    "istanbul": "0.1.44"
  },
  "main": "lib/yajsh.js",
  "bin": {
    "yajsh": "./bin/yajsh"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/veged/yajsh.git"
  },
  "licenses": [
    {
      "type": "AS IS"
    }
  ],
  "scripts": {
    "prepublish": "./node_modules/krasota/node_modules/.bin/ometajs2js -b -i lib/html.ometajs -o lib/html.js",
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec",
    "accept-all-test": "for i in `find test/ -name *.res.*`; do cp $i `echo $i | sed 's/\\.res\\./.exp./'`; done"
  }
}
