UNPKG

1.7 kBJSONView Raw
1{
2 "name": "puppeteer",
3 "version": "0.10.2",
4 "description": "A high-level API to control headless Chrome over the DevTools Protocol",
5 "main": "index.js",
6 "repository": "github:GoogleChrome/puppeteer",
7 "engines": {
8 "node": ">=6.4.0"
9 },
10 "scripts": {
11 "unit": "jasmine test/test.js",
12 "debug-unit": "DEBUG_TEST=true node --inspect-brk ./node_modules/.bin/jasmine test/test.js",
13 "test-doclint": "jasmine utils/doclint/check_public_api/test/test.js && jasmine utils/doclint/preprocessor/test.js",
14 "test": "npm run lint --silent && npm run coverage && npm run test-doclint && npm run test-node6-transformer",
15 "install": "node install.js",
16 "lint": "([ \"$CI\" = true ] && eslint --quiet -f codeframe . || eslint .) && npm run doc",
17 "doc": "node utils/doclint/cli.js",
18 "coverage": "COVERAGE=true npm run unit",
19 "test-node6-transformer": "jasmine utils/node6-transform/test/test.js",
20 "build": "node utils/node6-transform/index.js",
21 "unit-node6": "jasmine node6-test/test.js"
22 },
23 "author": "The Chromium Authors",
24 "license": "Apache-2.0",
25 "dependencies": {
26 "debug": "^2.6.8",
27 "extract-zip": "^1.6.5",
28 "https-proxy-agent": "^2.1.0",
29 "mime": "^1.3.4",
30 "progress": "^2.0.0",
31 "proxy-from-env": "^1.0.0",
32 "rimraf": "^2.6.1",
33 "ws": "^3.0.0"
34 },
35 "puppeteer": {
36 "chromium_revision": "497674"
37 },
38 "devDependencies": {
39 "commonmark": "^0.27.0",
40 "eslint": "^4.0.0",
41 "esprima": "^4.0.0",
42 "jasmine": "^2.6.0",
43 "markdown-toc": "^1.1.0",
44 "minimist": "^1.2.0",
45 "ncp": "^2.0.0",
46 "pdfjs-dist": "^1.8.595",
47 "pixelmatch": "^4.0.2",
48 "pngjs": "^3.2.0",
49 "text-diff": "^1.0.1"
50 }
51}