6e9fbfb5创建于 2015年2月12日历史提交
{
    "name": "webgl-conformance-test-runner",
    "version": "0.1.0",
    "description": "A test harness for executing WebGL Conformance Tests",
    "contributors": [
        {
            "name": "Brandon Jones",
            "email": "bajones@google.com"
        }
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/KhronosGroup/WebGL.git"
    },
    "engines": {
        "node": "~0.8"
    },
    "scripts": {
        "start": "node index.js"
    },
    "dependencies": {
        "express" : "3.x",
        "optimist": "0.3.x",
        "rimraf": "2.x",
        "tar.gz": "0.x",
        "shelljs": "0.x"
    }
}