github.com/enmand/kubernetes@v1.2.0-alpha.0/docs/getting-started-guides/coreos/azure/package.json (about)

     1  {
     2    "name": "coreos-azure-weave",
     3    "version": "1.0.0",
     4    "description": "Small utility to bring up a woven CoreOS cluster",
     5    "main": "index.js",
     6    "scripts": {
     7      "test": "echo \"Error: no test specified\" && exit 1"
     8    },
     9    "author": "Ilya Dmitrichenko <errordeveloper@gmail.com>",
    10    "license": "Apache 2.0",
    11    "dependencies": {
    12      "azure-cli": "^0.9.5",
    13      "colors": "^1.0.3",
    14      "js-yaml": "^3.2.5",
    15      "openssl-wrapper": "^0.2.1",
    16      "underscore": "^1.7.0",
    17      "underscore.string": "^3.0.2"
    18    }
    19  }