forked from Daniel-KM/Omeka-plugin-UniversalViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 835 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
{
"name": "omeka-plugin-universalviewer",
"version": "2.4.6",
"description": "Universal Viewer (plugin for Omeka)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daniel-KM/Omeka-plugin-UniversalViewer.git"
},
"author": "Daniel Berthereau",
"license": "CECILL-2.1",
"bugs": {
"url": "https://github.com/Daniel-KM/Omeka-plugin-UniversalViewer/issues"
},
"homepage": "https://github.com/Daniel-KM/Omeka-plugin-UniversalViewer#readme",
"devDependencies": {
"async": "^2.6.0",
"del": "^3.0.0",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-rename": "^1.2.2"
},
"dependencies": {
"universalviewer": "github:universalviewer/universalviewer#v2.0.2"
}
}