summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json32
1 files changed, 5 insertions, 27 deletions
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"
}
}