{
  "name": "uifx",
  "author": "William Le <email@wle8300.com>",
  "version": "2.0.7",
  "description": "A lightweight sound library designed for UI sound effects (sfx)",
  "main": "build/index.js",
  "keywords": [
    "react",
    "sound",
    "sound-effects",
    "audio",
    "sfx",
    "uifx"
  ],
  "scripts": {
    "test": "mocha --compilers js:babel-core/register --recursive",
    "test-cov": "babel-node isparta cover --report html --report text node_modules/.bin/_mocha",
    "build": "babel src --out-dir build --copy-files",
    "clean": "rm -rf build",
    "lint": "eslint src test"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.1.21",
    "babel-eslint": "^4.1.5",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-stage-0": "^6.1.18",
    "chai": "^3.4.1",
    "eslint": "^4.18.2",
    "eslint-config-airbnb": "^1.0.0",
    "eslint-plugin-react": "^3.10.0",
    "isparta": "^4.0.0",
    "mocha": "^2.3.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wle8300/uifx.git"
  },
  "bugs": {
    "url": "https://github.com/wle8300/uifx/issues"
  },
  "homepage": "https://github.com/wle8300/uifx#readme",
  "types": "build/index.d.ts",
  "license": "MIT"
}
