puppeteer/utils/testrunner/package.json
2018-09-21 15:25:17 -07:00

19 lines
440 B
JSON

{
"name": "@pptr/testrunner",
"version": "0.5.0-post",
"description": "Puppeteer testrunner",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/GoogleChrome/puppeteer/tree/master/utils/testrunner"
},
"author": "The Chromium Authors",
"license": "Apache-2.0"
}