Files
jquery-notify/package.json
T
Evan Carroll 3b6b214eb8 minor changes
* jshintrc: let's stick to defaults.
	* updated package.json to reflect suggestions on plugins.jquery.com
2015-11-03 15:17:08 -06:00

36 lines
628 B
JSON

{
"title": "Notify.js",
"name": "notify",
"version": "0.4.0",
"author": {
"name": "Jaime Pillora"
},
"contributors": [
{
"name": "Evan Carroll",
"url": "http://www.evancarroll.com",
"email": "me@evancarroll.com"
}
],
"homepage": "http://notifyjs.com/",
"license": "MIT",
"main": "dist/notify.js",
"scripts": {
"test": "npm run lint",
"lint": "jshint ./dist/*.js"
},
"dependencies": {
"jquery": "^2.1.4"
},
"devDependencies": {
"jshint": "^2.8.0"
},
"keywords": [
"notify",
"notification",
"prompt",
"popup",
"jquery-plugin"
]
}