notie
Version:
notie - a clean and simple notification, input, and selection suite for javascript, with no dependencies
34 lines (33 loc) • 582 B
JSON
{
"name": "notie",
"description": "notie - a clean and simple notification suite for javascript, with no dependencies",
"main": [
"dist/notie.min.js",
"dist/notie.css"
],
"moduleType": [
"amd",
"globals",
"node"
],
"authors": [
"Jared Reich"
],
"license": "MIT",
"keywords": [
"javascript",
"alert",
"notification",
"growl",
"message"
],
"homepage": "https://github.com/jaredreich/notie",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}