diff --git a/package.json b/package.json index 58cc1f0..e19bcb0 100644 --- a/package.json +++ b/package.json @@ -1,40 +1,51 @@ { "name": "leanmodal_xl", - "version": "0.5.1", - "devDependencies": { - "grunt": "^0.4.5", - "grunt-contrib-jshint": "~0.10.0", - "grunt-contrib-nodeunit": "~0.4.1", - "grunt-contrib-uglify": "~0.5.0", - "gulp": "^3.8.8", - "gulp-rename": "^1.2.0", - "gulp-util": "^3.0.1", - "gulp-concat": "^2.4.1", - "gulp-minify-css": "^0.3.11", - "tiny-lr": "^0.1.4", - "gulp-livereload": "^2.1.1", - "gulp-uglify": "^1.0.1", - "gulp-notify": "^2.0.0", - "gulp-autoprefixer": "^1.0.1", - "gulp-less": "^1.3.6", - "gulp-coffee": "^2.2.0" + "version": "1.5.0", + "description": "Smooth scrolling experience for websites.", + "main": "smoothscroll-for-websites.js", + "scripts": { + "test": "echo \"No test specified\" && exit 1", + "minify": "grunt" }, - "description": "Extended \"LeanModal\" modal pop-over for web apps - includes Ajax, on-demand functionality & more\"", - "main": "leanmodal_xl.js", - "dependencies": { - "grunt": "~0.4.5", - "grunt-init": "~0.3.2" + "repository": { + "type": "git", + "url": "https://github.com/richpeck/smoothscroll-for-websites.git" }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "paths": { + "src": "src", + "dev": "dev", + "build": "build" }, "keywords": [ - "lean", - "modal", - "popover", - "script", - "jquery" + "smooth", + "scroll", + "scrolling", + "animation", + "wheel", + "chrome", + "easing", + "nice" + ], + "author": "Balazs Galambosi (https://www.smoothscroll.net)", + "contributors": [ + "Richard Peck (http://frontlineutilities.co.uk)" ], - "author": "Richard Peck (rpeck@frontlineutilities.co.uk)", - "license": "ISC" -} + "license": "SEE LICENSE IN ./LICENSE", + "bugs": { + "url": "https://github.com/galambalazs/smoothscroll-for-websites/issues" + }, + "homepage": "https://github.com/galambalazs/smoothscroll-for-websites", + "devDependencies": { + "babel-preset-es2015": "^6.6.0", + "grunt-babel": "^6.0.0", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-uglify": "^1.0.1", + "grunt-contributors": "0.0.3", + "grunt-replace": "^1.0.1", + "load-grunt-config": "^0.19.1", + "time-grunt": "^1.3.0" + }, + "dependencies": { + "grunt": "^1.0.1" + } +} \ No newline at end of file