1{ 2 "name": "webidl2", 3 "description": "A WebIDL Parser", 4 "version": "13.0.3", 5 "contributors": [ 6 "Robin Berjon <robin@berjon.com> (https://berjon.com)", 7 "Marcos Caceres <marcos@marcosc.com> (https://marcosc.com)", 8 "Kagami Sascha Rosylight <saschaplas@outlook.com>", 9 "Timothy Gu <timothygu99@gmail.com>" 10 ], 11 "license": "W3C", 12 "dependencies": {}, 13 "devDependencies": { 14 "expect": "22.4.0", 15 "jsondiffpatch": "0.3.5", 16 "mocha": "5.0.4" 17 }, 18 "scripts": { 19 "test": "mocha", 20 "acquire": "node test/util/acquire.js" 21 }, 22 "repository": "git://github.com/w3c/webidl2.js", 23 "main": "index.js", 24 "files": [ 25 "lib/*" 26 ] 27} 28