forked from OpenframeProject/Openframe-Image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 801 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
35
36
37
38
{
"name": "openframe-image",
"version": "0.3.0",
"description": "Openframe extension which adds support for images via i2fb.",
"main": "extension.js",
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"keywords": [
"openframe",
"extension",
"format",
"openframe-extension",
"openframe-image"
],
"author": {
"name": "Matthias Aebi",
"url": "https://github.com/mataebi"
},
"contributors": [
{
"name": "Jonathan Wohl",
"url": "http://jonathanwohl.com"
}
],
"license": "Apache-2.0",
"devDependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/mataebi/Openframe-ImageViewer"
},
"dependencies": {
"openframe-extension": "^0.1.0",
"debug": "^2.2.0"
}
}