Files
jquery-notify/package.json
T

23 lines
509 B
JSON
Raw Normal View History

2013-04-04 13:13:08 +11:00
{
2013-05-28 14:53:03 +10:00
"title": "Notify.js",
2013-04-04 13:13:08 +11:00
"name": "notify",
2013-07-05 12:04:05 +10:00
"version": "0.3.1",
2013-05-28 14:53:03 +10:00
"author": {
"name": "Jaime Pillora"
},
"homepage": "http://notifyjs.com/",
"license": "MIT",
2013-04-04 13:13:08 +11:00
"devDependencies": {
"grunt": "~0.4.x",
"grunt-contrib-watch": "~0.1.4",
"grunt-contrib-uglify": "~0.1.1rc6",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-concat": "~0.1.1",
"grunt-contrib-coffee": "~0.4.0rc7",
"grunt-wrap": "~0.2.0"
2013-06-05 17:11:11 +10:00
},
"dependencies": {
"grunt-contrib-concat": "~0.3.0"
2013-04-04 13:13:08 +11:00
}
}