| { | |
| "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" | |
| } |