{ "name": "webrtc-adapter-test", "version": "0.2.3", "description": "Hide browser differences in WebRTC APIs (test package name)", "license": "BSD-3-Clause", "main": "adapter.js", "repository": { "type": "git", "url": "https://github.com/webrtc/adapter.git" }, "scripts": { "test": "test/run-tests" }, "testling": { "files": "test/test.js" }, "devDependencies": { "browserify": "^10.2.1", "grunt": "^0.4.5", "grunt-cli": ">=0.1.9", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-nodeunit": "~0.4.1", "grunt-contrib-uglify": "^0.9.1", "grunt-githooks": "^0.3.1", "grunt-jscs": "^2.0.0", "tape": "^4.0.0", "testling": "^1.7.1", "travis-multirunner": "^2.6.0" } }