OLD | NEW |
1 { | 1 { |
2 "name": "webidl2", | 2 "name": "webidl2", |
3 "description": "A WebIDL Parser", | 3 "description": "A WebIDL Parser", |
4 "version": "2.0.11", | 4 "version": "2.0.11", |
5 "author": "Robin Berjon <robin@berjon.com>", | 5 "author": "Robin Berjon <robin@berjon.com>", |
6 "license": "MIT", | 6 "license": "MIT", |
7 "dependencies": {}, | 7 "dependencies": {}, |
8 "devDependencies": { | 8 "devDependencies": { |
9 "mocha": "2.2.5", | 9 "mocha": "2.2.5", |
10 "expect.js": "0.3.1", | 10 "expect.js": "0.3.1", |
11 "underscore": "1.8.3", | 11 "underscore": "1.8.3", |
12 "jsondiffpatch": "0.1.31", | 12 "jsondiffpatch": "0.1.31", |
13 "benchmark": "*", | 13 "benchmark": "*", |
14 "microtime": "1.4.2" | 14 "microtime": "1.4.2" |
15 }, | 15 }, |
16 "scripts": { | 16 "scripts": { |
17 "test": "mocha" | 17 "test": "mocha" |
18 }, | 18 }, |
19 "repository": "git://github.com/darobin/webidl2.js", | 19 "repository": "git://github.com/darobin/webidl2.js", |
20 "main": "index" | 20 "main": "index" |
21 } | 21 } |
OLD | NEW |