mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
16 lines
360 B
JSON
16 lines
360 B
JSON
{
|
|
"name": "webrtc-testing-tools",
|
|
"version": "1.0.0",
|
|
"description": "Tools for WebRTC testing",
|
|
"scripts": {
|
|
"lint": "eslint -c .eslintrc.js ../*.html ../*.js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.11.0",
|
|
"eslint-plugin-html": "^4.0.0",
|
|
"jscodeshift": "^0.5.1",
|
|
"jsdom": "^11.11.0"
|
|
},
|
|
"license": "BSD",
|
|
"private": true
|
|
}
|