{
  "name": "sonify",
  "version": "0.3.1",
  "description": "A module to sonify data",
  "main": "build.js",
  "scripts": {
    "test": "npm test",
    "build": "rollup --config",
    "build:watch": "npm run build -- -w",
    "postpublish": "./publish",
    "publish:demo": "npx gh-pages --add --dist ./demo/out/"
  },
  "keywords": [
    "music",
    "data",
    "sonification",
    "timeseries"
  ],
  "author": "Kaitlin Moreno",
  "license": "ISC",
  "dependencies": {
    "lodash": "^4.17.11"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "babel-core": "^6.26.3",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babel-preset-stage-3": "^7.0.0-beta.3",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-prettier": "^3.1.0",
    "gh-pages": "^2.0.1",
    "prettier": "^1.15.3",
    "rollup": "^1.14.4",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-node-resolve": "^5.0.1"
  },
  "prettier": {
    "bracketSpacing": true,
    "jsxBracketSameLine": false,
    "printWidth": 80,
    "semi": true,
    "singleQuote": false,
    "tabWidth": 2,
    "trailingComma": "none",
    "useTabs": false
  }
}
