-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 947 Bytes
/
package.json
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
{
"name": "openseadragonimagefilters",
"version": "1.0.0",
"description": "An OpenSeadragon plugin to show controlls for the OpenSeadragonFiltering plugin.",
"main": "imagefilters.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/picturae/openseadragonimagefilters.git"
},
"keywords": [
"openseadragon",
"imagefilters"
],
"author": "M. Nijdam",
"license": "MIT",
"bugs": {
"url": "https://github.com/picturae/openseadragonimagefilters/issues"
},
"homepage": "https://github.com/picturae/openseadragonimagefilters#readme",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-serve": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1"
}
}