status-dev-cli/package.json
2017-02-08 16:47:48 +03:00

16 lines
290 B
JSON

{
"name": "status-dev-cli",
"version": "1.1.2",
"description": "CLI for Status",
"main": "index.js",
"bin": {
"status-dev-cli": "./index.js"
},
"author": "Status.im",
"license": "MPL-2.0",
"dependencies": {
"commander": "^2.9.0",
"fb-watchman": "^2.0.0"
}
}