-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1020 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
39
40
41
42
{
"name": "pimatic-filebrowser",
"description": "Pimatic plugin to provide a simple web file browser for a local directory.",
"author": "Oliver Schneider <oliverschneider89+sweetpi@gmail.com> (http://sweetpi.de)",
"contributors": [
"Marcus Wittig <wittigmarcus@gmail.com>"
],
"license": "GPL-2.0",
"main": "filebrowser.coffee",
"configSchema": "filebrowser-config-schema.coffee",
"files": [
"filebrowser.coffee",
"filebrowser-config-schema.coffee",
"LICENSE",
"README.md",
"HISTORY.md"
],
"version": "0.9.2",
"homepage": "http://github.com/pimatic/pimatic",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-filebrowser.git"
},
"bugs": {
"url": "https://github.com/pimatic/pimatic/issues"
},
"dependencies": {
"serve-index": "^1.9.1"
},
"peerDependencies": {
"pimatic": "0.9.*"
},
"engines": {
"node": ">=4",
"npm": ">=2"
},
"keywords": [
"pimatic",
"pimatic-plugin",
"filebrowser"
]
}