{
  "name": "@unaxiom/unnotify",
  "version": "0.3.0",
  "description": "Pure JS growlish notifications with zero dependencies, simple API written in TypeScript.",
  "main": "src/unnotify.js",
  "types": "./src/unnotify.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Unaxiom/unnotify.git"
  },
  "keywords": [
    "JS",
    "Javascript",
    "Typescript",
    "Notifications",
    "UI",
    "Growl",
    "Alerts",
    "TS"
  ],
  "author": "Pratheek Adidela",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/Unaxiom/unnotify/issues"
  },
  "homepage": "https://github.com/Unaxiom/unnotify#readme",
  "devDependencies": {
    "browserify": "^14.5.0",
    "gulp": "^3.9.1",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-tsb": "^2.0.5",
    "gulp-uglify": "^3.0.0",
    "lodash.assign": "^4.2.0",
    "node-notifier": "^5.4.0",
    "typescript": "^2.6.1",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.9.0"
  },
  "dependencies": {
    "animate.css": "^3.5.2"
  }
}
