forked from inventwo/ioBroker.repetier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.62 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.62 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"from": "iobroker.repetier@0.0.2",
"id": "iobroker.repetier@0.0.2",
"inBundle": false,
"integrity": "sha1-m0c7zZ+I2Rey78ZeNnaLEva34qw=",
"location": "/iobroker.repetier",
"phantomChildren": {},
"requested": {
"type": "version",
"registry": true,
"raw": "iobroker.repetier@0.0.2",
"name": "iobroker.repetier",
"escapedName": "iobroker.repetier",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"requiredBy": [
"#USER",
"/"
],
"bugs": {
"url": "https://github.com/coyote1/ioBroker.repetier/issues"
},
"author": {
"name": "Frank Reiplinger",
"email": "coyote_f@web.de"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Coyote",
"email": "coyote_f@web.de"
},
"skvarel <skvarel@inventwo.com>"
],
"dependencies": {
"request": "^2.72.0"
},
"deprecated": false,
"description": "ioBroker repetier Adapter mod.by inventwo",
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.9.1",
"mocha": "^4.1.0"
},
"homepage": "https://github.com/coyote1/ioBroker.repetier",
"keywords": [
"ioBroker",
"repetier",
"Smart Home",
"3d Druck",
"inventwo"
],
"license": "MIT",
"main": "main.js",
"name": "iobroker.repetier",
"repository": {
"type": "git",
"url": "git+https://github.com/coyote1/ioBroker.repetier.git"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"version": "0.0.2"
}