{
  "name": "stock-indicator-mapper",
  "version": "1.0.0",
  "description": "A function given to map on an array of objects containing daily stock EOD data.",
  "main": "build/stockIndicatorMappers.js",
  "scripts": {
    "test": "mocha --require babel-register -r babel-polyfill -r ./test/setup.js test/**/*.js",
    "start": "node app/test.js",
    "dev": "webpack -p --config ./webpack.config.js --progress --color",
    "build": "npm run clean && webpack -p --config ./webpack.config.production.js --progress --color",
    "clean": "rimraf ./build/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/natac13/stock-indicator-mapper.git"
  },
  "keywords": [
    "stock",
    "indicator",
    "indicators",
    "ADX",
    "ROC",
    "Slope",
    "MACD",
    "SMA",
    "EMA"
  ],
  "author": "Natac13",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/natac13/stock-indicator-mapper/issues"
  },
  "homepage": "https://github.com/natac13/stock-indicator-mapper#readme",
  "dependencies": {
    "immutable": "^3.8.2",
    "lodash": "^4.17.4",
    "moment": "^2.19.3",
    "ramda": "^0.25.0",
    "regression": "^2.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-1": "^6.24.1",
    "babel-register": "^6.26.0",
    "babyparse": "^0.4.6",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chai-immutable": "^1.6.0",
    "eslint": "^4.12.1",
    "eslint-config-natac13": "^1.3.0",
    "mocha": "^4.0.1",
    "papaparse": "^4.3.6",
    "rimraf": "^2.6.2",
    "uglifyjs-webpack-plugin": "^1.1.2",
    "webpack": "^3.10.0"
  }
}
