Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
richpeck committed Jul 2, 2016
1 parent 4651965 commit c1875ce
Showing 1 changed file with 44 additions and 33 deletions.
77 changes: 44 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://frontlineutilities.co.uk)"
],
"author": "Richard Peck ([email protected])",
"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"
}
}

0 comments on commit c1875ce

Please sign in to comment.