airfield: fix build

Airfield suffered from loose version constraints which
caused severe version (and API) conflicts between its dependencies
and transitive ones.

Furthermore the `npm2nix` packaging is deprecated and needed to be
replaced by `node2nix`.

see #31032
This commit is contained in:
Maximilian Bosch
2017-11-14 16:37:17 +01:00
parent 5ae373b3eb
commit 9e0f86131f
6 changed files with 966 additions and 1517 deletions
+8
View File
@@ -0,0 +1,8 @@
[ { "express": "3.0.5" }
, { "swig": "0.14.0" }
, { "consolidate": "0.10.0" }
, "redis"
, "connect-redis"
, "async"
, "request"
]