mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
22 lines
467 B
JSON
22 lines
467 B
JSON
{
|
|
"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"
|
|
}
|