summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-09 16:16:19 +0200
committerVictor Häggqvist <[email protected]>2014-06-09 16:16:19 +0200
commitc3592651fe9d6dac83cfb36259017122991706c5 (patch)
tree4fa4398af51c51dab718b43176936b7b98d9929e
parent87ab78bbffd9666346e5a0591d2f361f9e1118da (diff)
node conf
-rw-r--r--package.json36
1 files changed, 36 insertions, 0 deletions
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"
+ }
+}