-
Notifications
You must be signed in to change notification settings - Fork 24
/
Config
59 lines (50 loc) · 1.27 KB
/
Config
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
# -*-perl-*-
package.NodeJS-paint-io-server = {
interfaces = (1.0);
deploy = {
generic = true;
};
build-environment = {
chroot = basic;
network-access = blocked;
};
build-system = happy-npm-shrinkwrap;
build-tools = {
1.0 = {
HappyNpmShrinkwrap = 1.0;
NodeJS = 8.x;
};
};
dependencies = {
1.0 = {
NodeJS-ApolloEnvironmentInfo = 1.0;
NodeJS-express = 4.15.x;
NodeJS-socket_io = 1.7.x;
};
};
runtime-dependencies = {
1.0 = {
NodeJS = 8.x;
MinimalProcessManager = 1.1;
};
};
test-dependencies = {
1.0 = {
NodeJS-babel-code-frame = 6.26.x; # is not implicitly imported in apollo env
NodeJS-babel-cli = 6.26.x;
NodeJS-babel-eslint = 7.2.x;
NodeJS-babel-preset-env = 1.6.x;
NodeJS-babel-preset-stage-0 = 6.24.x;
NodeJS-eslint = 4.10.x;
NodeJS-nodemon = 1.10.x;
NodeJS-socket_io = 1.7.x;
NodeJS-socket_io-client = 1.7.x;
};
};
resolves-conflict-dependencies = {
1.0 = {
NodeJS = 8.x;
Openssl = 1.0.x;
};
};
};