{
  "name": "stockman",
  "version": "0.0.5",
  "description": "A Bundle of Javascript util Library to help developers make money",
  "keywords": [
    "stockman",
    "stock",
    "trading",
    "data",
    "statistics",
    "util",
    "javascript",
    "js",
    "dragmove"
  ],
  "homepage": "https://www.npmjs.com/package/stockman",
  "bugs": {
    "url": "https://github.com/dragmove/stockman/issues",
    "email": "dragmove@gmail.com"
  },
  "main": "stockman.js",
  "scripts": {
    "test:watch": "ava --watch"
  },
  "author": {
    "name": "Hyun-Seok.Kim",
    "email": "dragmove@gmail.com",
    "url": "http://dragmove.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dragmove/stockman"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.1.2",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.1",
    "eslint-loader": "^1.9.0",
    "gulp": "^3.9.1",
    "gulp-eslint": "^4.0.1",
    "uglifyjs-webpack-plugin": "^1.2.4",
    "webpack": "^3.10.0",
    "webpack-dev-server": "^2.10.0"
  },
  "ava": {
    "files": [
      "./tests/test.*.js"
    ],
    "source": [
      "./*.js"
    ],
    "match": [],
    "concurrency": 5,
    "failFast": true,
    "failWithoutAssertions": false,
    "tap": true,
    "compileEnhancements": false,
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  }
}
