Rafael Oleza 2529f81018 Bump metro@0.35.0
Reviewed By: mjesun

Differential Revision: D7759224

fbshipit-source-id: d21a371c196ff5c6e691fb7cce8c73dade02d385
2018-04-26 06:44:31 -07:00

19 lines
410 B
JSON

{
"name": "buck-worker-tool",
"version": "0.35.0",
"description": "Implementation of the Buck worker protocol for Node.js.",
"license": "MIT",
"main": "worker-tool.js",
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^2.4.0",
"duplexer": "^0.1.1",
"fbjs": "^0.8.14",
"temp": "^0.8.3"
},
"devDependencies": {
"metro-memory-fs": "0.35.0",
"mkdirp": "^0.5.1"
}
}