{
  "name": "bucket-duck",
  "version": "0.0.3",
  "description": "A redux module containing a reducer and actions for a bucket widget.",
  "main": "./dist/bucket-duck.js",
  "types": "./dist/bucket-duck.d.ts",
  "scripts": {
    "build": "./node_modules/.bin/tsc",
    "build-test": "./node_modules/.bin/tsc -p test-tsconfig.json",
    "lint": "./node_modules/.bin/tslint src/**/*.ts",
    "test": "./node_modules/.bin/mocha tests/**/*.js"
  },
  "author": "Andres Gonzalez [https://github.com/agonza40]",
  "repository": "git@github.com:agonza40/bucket-duck.git",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/mocha": "^2.2.36",
    "chai": "^3.5.0",
    "mocha": "^3.2.0",
    "tslint": "^4.3.0",
    "tslint-config-standard": "^2.0.0",
    "typescript": "^2.1.4"
  },
  "dependencies": {
    "@types/lodash": "^4.14.45",
    "lodash": "^4.17.4"
  }
}
