Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / other / test-runner / package.json
1 {
2     "name": "webgl-conformance-test-runner",
3     "version": "0.1.0",
4     "description": "A test harness for executing WebGL Conformance Tests",
5     "contributors": [
6         {
7             "name": "Brandon Jones",
8             "email": "bajones@google.com"
9         }
10     ],
11     "repository": {
12         "type": "git",
13         "url": "git://github.com/KhronosGroup/WebGL.git"
14     },
15     "engines": {
16         "node": "~0.8"
17     },
18     "scripts": {
19         "start": "node index.js"
20     },
21     "dependencies": {
22         "express" : "3.x",
23         "optimist": "0.3.x",
24         "rimraf": "2.x",
25         "tar.gz": "0.x"
26     }
27 }