1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Add externalDependencies custom field to package.json to specify the versions supported of the external dependencies.

This commit is contained in:
Gunther Brunner 2016-01-27 23:40:31 +09:00
parent 6efb4f1c88
commit b2a62c415e

View file

@ -142,5 +142,12 @@
"engines": { "engines": {
"node": ">= 4.2" "node": ">= 4.2"
}, },
"externalDependencies": {
"rethinkdb": ">= 2.2",
"zeromq": ">= 4",
"protobuf": "~2",
"gm": "~1",
"adb": "~1"
},
"preferGlobal": true "preferGlobal": true
} }