puppeteer/utils/testserver/package.json
2018-09-24 12:46:39 -07:00

16 lines
379 B
JSON

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