{
  "name": "lively.ast",
  "version": "0.2.4",
  "description": "Parsing JS code into ASTs and tools to query and transform these trees.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node_modules/mocha/bin/mocha tests/*-test.js && node_modules/mocha-phantomjs/bin/mocha-phantomjs tests/run-tests.html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LivelyKernel/lively.ast.git"
  },
  "keywords": [
    "LivelyWeb"
  ],
  "author": {
    "name": "Robert Krahn"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LivelyKernel/lively.ast/issues"
  },
  "homepage": "https://github.com/LivelyKernel/lively.ast",
  "dependencies": {
    "acorn": "~1.0.3",
    "acorn-jsx": "^1.0.1",
    "escodegen": "^1.6.1",
    "lively.lang": "git://github.com/LivelyKernel/lively.lang.git#master"
  },
  "devDependencies": {
    "browserify": "^7.0.0",
    "chai": "^1.10.0",
    "chai-subset": "^0.3.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.2.1",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-uglify": "^0.6.0",
    "mocha": "^2.0.1",
    "mocha-phantomjs": "^3.5.1",
    "phantomjs": "^1.9.12"
  },
  "readme": "# lively.ast [![Build Status](https://travis-ci.org/LivelyKernel/lively.ast.svg)](https://travis-ci.org/LivelyKernel/lively.ast)\n\nParsing JS code into ASTs and tools to query and transform these trees.\n",
  "readmeFilename": "README.md",
  "_id": "lively.ast@0.2.4",
  "dist": {
    "shasum": "3fca24d4e494812229a6536e35854363bb44f1a2"
  },
  "_from": "lively.ast@^0.2.4",
  "_resolved": "https://registry.npmjs.org/lively.ast/-/lively.ast-0.2.4.tgz"
}
