{
  "name": "actionableagileimporttool-web",
  "version": "0.0.2",
  "description": "Tool to extract data from JIRA into a format understood by the ActionableAgile metrics tool",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "tsc:w": "tsc -w",
    "tsc:version": "tsc --version",
    "build": "tsc",
    "jira-extract": "node dist/cli",
    "start": "npm run tsc:w",
    "lint": "tslint ./src/**/*.ts",
    "outDir": "dist/",
    "build-bundle": "npm run build && browserify dist/cli.js --node --standalone rawjs > jira-to-analytics.js",
    "build-executable:windows": "nexe -i dist/cli.js -o jira-to-analytics.exe --flags",
    "build-executable:mac": "nexe -i dist/cli.js -o jira-to-analytics.mac --flags",
    "build-release": "npm run build-bundle",
    "test": "mocha --opts mocha.opts",
    "test:watch": "mocha --opts mocha.opts --watch",
    "prepublish": "npm run build"
  },
  "keywords": [
    "typescript",
    "javascript",
    "agile",
    "actionableagile",
    "scrum",
    "kanban",
    "jira",
    "extract",
    "nodejs",
    "node",
    "yawml",
    "tool",
    "metrics"
  ],
  "author": "johnrjj@gmail.com",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/chalk": "^0.4.31",
    "@types/mocha": "^2.2.32",
    "browserify": "^13.0.1",
    "chai": "^3.5.0",
    "mocha": "^3.1.2",
    "nock": "^8.0.0",
    "try-thread-sleep": "^1.0.0",
    "ts-node": "^1.6.0"
  },
  "dependencies": {
    "@types/core-js": "^0.9.34",
    "@types/inquirer": "0.0.29",
    "@types/isomorphic-fetch": "0.0.31",
    "@types/js-yaml": "^3.5.28",
    "@types/node": "^6.0.45",
    "@types/progress": "^1.1.28",
    "@types/ramda": "0.0.2",
    "@types/request": "0.0.31",
    "@types/yargs": "0.0.33",
    "chalk": "^1.1.3",
    "core-js": "^2.4.0",
    "inquirer": "^1.2.2",
    "js-yaml": "^3.6.1",
    "moment": "^2.15.1",
    "progress": "^1.1.8",
    "request": "^2.75.0",
    "typescript": "^2.2.0-dev.20161123",
    "yargs": "^4.7.1"
  }
}
