mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"name": "@pptr/testrunner",
|
|
"version": "0.8.0",
|
|
"description": "Puppeteer testrunner",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/puppeteer/puppeteer/tree/master/utils/testrunner"
|
|
},
|
|
"author": "The Chromium Authors",
|
|
"license": "Apache-2.0"
|
|
}
|