Files
jquery-notify/package.json
T

36 lines
644 B
JSON
Raw Normal View History

2013-04-04 13:13:08 +11:00
{
2015-11-02 18:18:18 -06:00
"title": "Notify.js",
2015-12-06 00:53:19 +11:00
"name": "notifyjs-browser",
"version": "0.4.1",
2015-11-02 18:18:18 -06:00
"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"
},
2015-12-06 00:53:19 +11:00
"peerDependencies": {
2015-11-02 18:18:18 -06:00
"jquery": "^2.1.4"
2015-11-03 17:20:36 +11:00
},
"devDependencies": {
"jshint": "^2.8.0"
2015-11-03 15:17:08 -06:00
},
"keywords": [
"notify",
"notification",
"prompt",
"popup",
2015-12-06 00:53:19 +11:00
"jquery-plugin"
2015-11-03 15:17:08 -06:00
]
2013-04-04 13:13:08 +11:00
}