mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
24 lines
629 B
JSON
24 lines
629 B
JSON
{
|
|
"name": "webidl2",
|
|
"description": "A WebIDL Parser",
|
|
"version": "10.2.1",
|
|
"contributors": [
|
|
"Robin Berjon <robin@berjon.com> (https://berjon.com)",
|
|
"Marcos Caceres <marcos@marcosc.com> (https://marcosc.com)",
|
|
"Kagami Sascha Rosylight <saschaplas@outlook.com>",
|
|
"Timothy Gu <timothygu99@gmail.com>"
|
|
],
|
|
"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"
|
|
}
|