UNPKG

unnotify

Version:

Pure JS growlish notifications with zero dependencies, simple API written in TypeScript.

42 lines (41 loc) 1.02 kB
{ "name": "unnotify", "version": "0.1.7", "description": "Pure JS growlish notifications with zero dependencies, simple API written in TypeScript.", "main": "src/unnotify.js", "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", "typescript": "^2.6.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.9.0" } }