-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (39 loc) · 932 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
{
"name": "pimatic-shell-execute",
"description": "Plugin for executing shell commands",
"author": "Oliver Schneider <oliverschneider89+sweetpi@gmail.com> (http://sweetpi.de)",
"license": "GPL-2.0",
"main": "shell-execute.coffee",
"files": [
"doc",
"shell-execute.coffee",
"README.md",
"device-config-schema.coffee",
"shell-execute-config-schema.coffee",
"LICENSE"
],
"keywords": [
"pimatic",
"pimatic-plugin",
"shell",
"command-execution",
"scripting"
],
"version": "0.9.11",
"homepage": "http://github.com/pimatic/pimatic",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-shell-execute.git"
},
"configSchema": "shell-execute-config-schema.coffee",
"dependencies": {
"pimatic-plugin-commons": "^0.9.10"
},
"peerDependencies": {
"pimatic": "0.9.*"
},
"engines": {
"node": ">= 4",
"npm": ">= 2.x"
}
}