From 06048e1ec76c889ddf279f828c8fdee322502815 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Wed, 25 Jun 2014 01:22:59 +0200 Subject: gh-pages denom prep --- package.json | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 9f272de..1ac6e71 100644 --- a/package.json +++ b/package.json @@ -1,37 +1,15 @@ { - "name": "touch-imagelightbox", - "version": "0.1.0", - "description": "A touch-friendly image lightbox", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "engines": { + "node": ">= 0.10.0" }, - "repository": { - "type": "git", - "url": "github.com/victorhaggqvist/touch-imagelightbox" - }, - "keywords": [ - "lightbox", - "touch", - "slideshow" - ], - "author": "Osvaldas Valutis (www.osvaldas.info)", - "contributors": [ - "Victor Häggqvist (victorhaggqvist.com)" - ], - "license": "MIT", - "bugs": { - "url": "https://github.com/victorhaggqvist/touch-imagelightbox/issues" - }, - "homepage": "https://github.com/victorhaggqvist/touch-imagelightbox", "devDependencies": { "grunt": "~0.4.2", - "grunt-contrib-clean": "^0.5.0", "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-copy": "^0.5.0", "grunt-contrib-jshint": "~0.7.2", - "grunt-contrib-nodeunit": "~0.2.2", + "grunt-contrib-qunit": "~0.3.0", "grunt-contrib-sass": "^0.7.3", "grunt-contrib-uglify": "~0.2.7", - "grunt-contrib-watch": "~0.5.3" + "grunt-contrib-watch": "~0.5.3", + "grunt-responsive-images": "^0.1.3" } } -- cgit v1.2.3