{
  "name": "noty-noty",
  "description": "Beautiful customizable notifications with no jQuery depencies",
  "version": "0.0.6",
  "author": "Samuel Amoah <sa.am@programmer.net>",
  "dependencies": {
    "underscore": "^1.8.3"
  },
  "keywords": [
    "notifications",
    "ui",
    "react"
  ],
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-runtime": "^6.20.0",
    "babel-tape-runner": "^2.0.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "tape": "^4.6.3"
  },
  "scripts": {
    "prepublish": "npm run compile",
    "test": "npm run compile && babel-tape-runner test/*.js",
    "compile": "npm run lint && babel lib --out-dir dist --copy-files",
    "lint": "eslint lib"
  },
  "main": "dist/index.js"
}
