repackaged without coffeescript, or grunt stuff

This commit is contained in:
Evan Carroll
2015-10-20 11:16:50 -05:00
parent 3e98e714c6
commit dfd0df0a59
12 changed files with 86 additions and 1326 deletions
+9 -14
View File
@@ -1,22 +1,17 @@
{
"title": "Notify.js",
"name": "notify",
"version": "0.3.2",
"version": "0.3.3",
"author": {
"name": "Jaime Pillora"
},
"contributors": [
{
"name": "Evan Carroll"
, "url": "http://www.evancarroll.com"
, "email": "me@evancarroll.com"
}
],
"homepage": "http://notifyjs.com/",
"license": "MIT",
"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"
},
"dependencies": {
"grunt-contrib-concat": "~0.3.0"
}
"license": "MIT"
}