Skip to content

Commit

Permalink
Add externalDependencies custom field to package.json to specify th…
Browse files Browse the repository at this point in the history
…e versions supported of the external dependencies.
  • Loading branch information
gunta committed Jan 27, 2016
1 parent 6efb4f1 commit b2a62c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,12 @@
"engines": {
"node": ">= 4.2"
},
"externalDependencies": {
"rethinkdb": ">= 2.2",
"zeromq": ">= 4",
"protobuf": "~2",
"gm": "~1",
"adb": "~1"
},
"preferGlobal": true
}

0 comments on commit b2a62c4

Please sign in to comment.