{ "name": "webidl2", "description": "A WebIDL Parser", "version": "13.0.3", "contributors": [ "Robin Berjon (https://berjon.com)", "Marcos Caceres (https://marcosc.com)", "Kagami Sascha Rosylight ", "Timothy Gu " ], "license": "W3C", "dependencies": {}, "devDependencies": { "expect": "22.4.0", "jsondiffpatch": "0.3.5", "mocha": "5.0.4" }, "scripts": { "test": "mocha", "acquire": "node test/util/acquire.js" }, "repository": "git://github.com/w3c/webidl2.js", "main": "index.js", "files": [ "lib/*" ] }