{
  "name": "toga-js",
  "version": "1.0.0",
  "description": "A JavaScript inline documentation-block parser.",
  "keywords": [
    "togaplugin",
    "parser",
    "javascript",
    "js",
    "docblock",
    "doctrine",
    "dox",
    "jsdoc",
    "yuidoc"
  ],
  "homepage": "https://github.com/togajs/toga-js",
  "bugs": "https://github.com/togajs/toga-js/issues",
  "license": "MIT",
  "author": "Shannon Moeller <me@shannonmoeller.com> (http://shannonmoeller.com)",
  "main": "dist/toga-js.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/togajs/toga-js.git"
  },
  "dependencies": {
    "mtil": "^0.1.3",
    "tunic": "^1.0.0"
  },
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-eslint": "^4.1.1",
    "coveralls": "^2.11.4",
    "eslint": "^1.3.1",
    "expect": "^1.9.0",
    "isparta": "^3.0.4",
    "mocha": "^2.3.0",
    "nodemon": "^1.4.1",
    "stream-array": "^1.1.1",
    "toga": "^0.5.1",
    "vinyl-fs": "^1.0.0"
  },
  "scripts": {
    "all": "npm run lint && npm run test && npm run build",
    "build": "babel src --out-dir dist",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "lint": "eslint src/*.js test/*.js",
    "test": "babel-node node_modules/.bin/isparta cover --report text --report lcov --include 'src/*.js' node_modules/.bin/_mocha -- 'test/*.js'",
    "watch": "nodemon --exec 'npm run test' --watch src --watch test"
  }
}
