blob: 778bf230c78520e50eb058ef3573383a5e5eb640 [file] [edit]
{
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
"bugs": {
"url": "https://github.com/tj/node-growl/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Growl unobtrusive notifications",
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0"
},
"engines": {
"node": ">=4.x"
},
"homepage": "https://github.com/tj/node-growl#readme",
"license": "MIT",
"main": "./lib/growl.js",
"maintainers": [
{
"email": "joshua@jbnicolai.nl",
"name": "Joshua Boy Nicolai Appelman"
},
{
"email": "timo.sand@iki.fi",
"name": "Timo Sand"
}
],
"name": "growl",
"repository": {
"type": "git",
"url": "git://github.com/tj/node-growl.git"
},
"scripts": {
"lint": "eslint --ext js lib ",
"test": "node test.js"
},
"version": "1.10.5"
}