summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/package.json
blob: c5ae7da2d59344e6a5f48d9ce9feff8796637f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "webidl2",
  "description": "A WebIDL Parser",
  "version": "2.0.11",
  "author": "Robin Berjon <robin@berjon.com>",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "mocha": "2.2.5",
    "expect.js": "0.3.1",
    "underscore": "1.8.3",
    "jsondiffpatch": "0.1.31",
    "benchmark": "*",
    "microtime": "1.4.2"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": "git://github.com/darobin/webidl2.js",
  "main": "index"
}