summaryrefslogtreecommitdiff
path: root/package.json
blob: cea5ac3da4cb7cbeba0a93c846e1685bc67661b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "name": "touch-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/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": {
    "babel-eslint": "^5.0.0-beta6",
    "babel-loader": "^6.2.1",
    "babel-plugin-add-module-exports": "^0.1.3-alpha",
    "babel-preset-es2015": "^6.3.13",
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-babel": "^6.1.1",
    "gulp-concat": "^2.6.0",
    "gulp-csso": "^1.0.1",
    "gulp-eslint": "^1.1.1",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^2.1.1",
    "gulp-size": "^2.0.0",
    "gulp-uglify": "^1.5.1",
    "loglevel": "^1.4.0",
    "webpack-stream": "^3.1.0",
    "gulp-header": "^1.7.1"
  }
}