-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.38 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.38 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_args": [
[
{
"raw": "show-control",
"scope": null,
"escapedName": "show-control",
"name": "show-control",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/erlendjones/app/showctrl"
]
],
"_from": "show-control@latest",
"_id": "show-control@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/show-control",
"_nodeVersion": "0.10.40",
"_npmUser": {
"name": "erlend.jones",
"email": "erlend.jones@gmail.com"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"raw": "show-control",
"scope": null,
"escapedName": "show-control",
"name": "show-control",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/show-control/-/show-control-1.0.1.tgz",
"_shasum": "ae0f904ccbf6187e469def74e31728c5dcd183a6",
"_shrinkwrap": null,
"_spec": "show-control",
"_where": "/Users/erlendjones/app/showctrl",
"author": {
"name": "Erlend Jones",
"email": "erlend.jones@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/erlendjones/showctrl.git"
},
"dependencies": {
"babel": "6.23.0",
"express": "4.16.2",
"gulp": "^3.9.1",
"gulp-babel": "6.1.3",
"ma2-msc": "0.0.4",
"mysql": "^2.12.0",
"node-osc": "1.2.0",
"rosstalk-carbonite": "0.0.2",
"rosstalk-xpression": "0.0.2",
"socket.io": "^1.3.7",
"telnet-client": "0.2.2"
},
"description": "A remote control for multiple telnet- and OSC-servers, making an easy UI to trigger multiple actions simultaneously.",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^2.2.0"
},
"directories": {},
"dist": {
"shasum": "ae0f904ccbf6187e469def74e31728c5dcd183a6",
"tarball": "https://registry.npmjs.org/show-control/-/show-control-1.0.1.tgz"
},
"license": "ISC",
"main": "app.js",
"maintainers": [
{
"name": "erlend.jones",
"email": "erlend.jones@gmail.com"
}
],
"name": "show-control",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"build": "babel src -d lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.3"
}