vendor/assets/components/humane-js/package.json in humane-rails-5.0.2 vs vendor/assets/components/humane-js/package.json in humane-rails-5.1.0
- old
+ new
@@ -1,20 +1,25 @@
{
"author": "Marc Harter <@wavded> (wavded.com)",
"name": "humane-js",
"description": "A simple, modern, browser notification system",
- "version": "3.1.0",
+ "version": "3.2.0",
"homepage": "http://wavded.github.com/humane-js/",
"repository": {
"type": "git",
"url": "git://github.com/wavded/humane-js.git"
},
"main": "humane.js",
+ "scripts": {
+ "watch": "stylus -u nib -w theme-src/*.styl -o themes/",
+ "minify": "uglifyjs --comments --preamble=\";\" humane.js > humane.min.js",
+ "serve": "python -m SimpleHTTPServer"
+ },
"engines": {},
"dependencies": {},
"devDependencies": {
- "uglify-js": "2.3.6",
- "nib": "0.9.1",
- "stylus": "0.32.1",
- "canvas": "1.0.2"
+ "canvas": "1.0.2",
+ "nib": "^1.0.3",
+ "stylus": "^0.47.3",
+ "uglify-js": "^2.4.15"
}
}