From c3592651fe9d6dac83cfb36259017122991706c5 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Mon, 9 Jun 2014 16:16:19 +0200 Subject: node conf --- package.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b95cd7e --- /dev/null +++ b/package.json @@ -0,0 +1,36 @@ +{ + "name": "imagelightbox", + "version": "0.1.0", + "description": "A touch-friendly image lightbox", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "github.com/victorhaggqvist/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/imagelightbox/issues" + }, + "homepage": "https://github.com/victorhaggqvist/imagelightbox", + "devDependencies": { + "grunt": "~0.4.2", + "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-sass": "^0.7.3", + "grunt-contrib-uglify": "~0.2.7", + "grunt-contrib-watch": "~0.5.3" + } +} -- cgit v1.2.3