Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b0cc2be47368627a8432e4a6c3e958396ab11b4 (plain)
1
2
3
4
5
6
7
8
{
    "language": "node_js",
    "node_js": ["0.12"],
    "install": [
        "npm install -g grunt-cli",
        "npm install"
    ]
}