Revision b927967e61fc8ecc781b9e7037af44f885751c7f authored by Robin Berjon on 13 December 2012, 23:12:48 UTC, committed by Robin Berjon on 13 December 2012, 23:12:48 UTC
1 parent 0074065
Raw File
package.json
{
    "name":         "webidl2"
,   "description":  "A WebIDL Parser"
,   "version":      "2.0.2"
,   "author":       "Robin Berjon <robin@berjon.com>"
,   "dependencies": {
    }
,   "devDependencies": {
        "mocha":            "1.7.4"
    ,   "expect.js":        "0.2.0"
    ,   "underscore":       "1.4.3"
    ,   "jsondiffpatch":    "*"
    ,   "benchmark":        "*"
    ,   "microtime":        "*"
    }
,   "repository":   "git://github.com/darobin/webidl2.js"
,   "main":         "index"
}
back to top