{ "name": "github-api", "version": "0.7.0", "description": "A higher-level wrapper around the Github API.", "main": "github.js", "dependencies": { "xmlhttprequest": "*", "underscore": "*" }, "devDependencies": { "mocha": "*", "chai": "*" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/darvin/github.git" }, "keywords": [ "github", "api" ], "author": "Sergey Klimov (http://darvin.github.com/)", "license": "BSD", "readmeFilename": "README.md", "gitHead": "aa8aa3c8cd5ce5240373d4fd1d06a7ab4af41a36", "bugs": { "url": "https://github.com/darvin/github/issues" }, "browser": { "xmlhttprequest": false }, "testling": { "files": "test/*_test.js", "browsers": [ "iexplore/10.0", "iexplore/9.0", "chrome/6.0", "chrome/7.0", "chrome/8.0", "chrome/9.0", "chrome/10.0", "chrome/11.0", "chrome/12.0", "chrome/13.0", "chrome/14.0", "chrome/15.0", "chrome/16.0", "chrome/17.0", "chrome/18.0", "chrome/19.0", "chrome/20.0", "chrome/21.0", "chrome/22.0", "chrome/23.0", "chrome/24.0", "chrome/25.0", "firefox/3.0", "firefox/3.5", "firefox/3.6", "firefox/4.0", "firefox/5.0", "firefox/6.0", "firefox/7.0", "firefox/8.0", "firefox/9.0", "firefox/10.0", "firefox/11.0", "firefox/12.0", "firefox/13.0", "firefox/14.0", "firefox/15.0", "firefox/16.0", "firefox/17.0", "firefox/18.0", "firefox/19.0", "opera/10.0", "opera/10.5", "opera/11.0", "opera/11.5", "opera/11.6", "opera/12.0", "safari/4.0", "safari/5.0.5", "safari/5.1", "firefox/nightly", "opera/next", "chrome/canary", "iphone/6.0", "ipad/6.0", "safari/6.0", "android-browser/4.2" ], "harness": "mocha" } }