2017-05-11 07:06:41 +00:00
|
|
|
{
|
|
|
|
"name": "puppeteer",
|
2017-07-28 08:09:26 +00:00
|
|
|
"version": "0.1.0",
|
2017-05-11 07:06:41 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2017-07-28 08:09:26 +00:00
|
|
|
"repository": "github:GoogleChrome/puppeteer",
|
2017-06-19 22:01:14 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=7.10.0"
|
|
|
|
},
|
2017-05-11 07:06:41 +00:00
|
|
|
"scripts": {
|
2017-06-21 00:32:08 +00:00
|
|
|
"unit": "jasmine test/test.js",
|
2017-07-07 20:08:36 +00:00
|
|
|
"debug-unit": "DEBUG_TEST=true node --inspect-brk ./node_modules/.bin/jasmine test/test.js",
|
2017-05-12 23:36:37 +00:00
|
|
|
"test-phantom": "python third_party/phantomjs/test/run-tests.py",
|
2017-07-31 08:14:19 +00:00
|
|
|
"test-doclint": "jasmine utils/doclint/check_public_api/test/test.js && jasmine utils/doclint/preprocessor/test.js",
|
2017-07-27 23:16:37 +00:00
|
|
|
"test": "npm run lint --silent && npm run coverage && npm run test-phantom && npm run test-doclint",
|
2017-06-19 21:43:05 +00:00
|
|
|
"install": "node install.js",
|
2017-07-07 18:53:55 +00:00
|
|
|
"lint": "([ \"$CI\" = true ] && eslint --quiet -f codeframe . || eslint .) && npm run doc",
|
2017-07-27 23:16:37 +00:00
|
|
|
"doc": "node utils/doclint/cli.js",
|
|
|
|
"coverage": "COVERAGE=true npm run unit"
|
2017-05-11 07:06:41 +00:00
|
|
|
},
|
|
|
|
"author": "The Chromium Authors",
|
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
"dependencies": {
|
2017-07-17 22:15:07 +00:00
|
|
|
"debug": "^2.6.8",
|
2017-05-11 07:06:41 +00:00
|
|
|
"extract-zip": "^1.6.5",
|
|
|
|
"mime": "^1.3.4",
|
|
|
|
"progress": "^2.0.0",
|
2017-06-16 20:55:23 +00:00
|
|
|
"rimraf": "^2.6.1",
|
|
|
|
"ws": "^3.0.0"
|
2017-05-11 07:06:41 +00:00
|
|
|
},
|
|
|
|
"puppeteer": {
|
2017-08-13 05:04:39 +00:00
|
|
|
"chromium_revision": "493985"
|
2017-05-12 23:36:37 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-07-07 16:36:45 +00:00
|
|
|
"commonmark": "^0.27.0",
|
2017-06-14 03:14:45 +00:00
|
|
|
"deasync": "^0.1.9",
|
2017-06-21 00:04:24 +00:00
|
|
|
"eslint": "^4.0.0",
|
2017-07-07 16:36:45 +00:00
|
|
|
"esprima": "^4.0.0",
|
2017-06-16 21:33:34 +00:00
|
|
|
"jasmine": "^2.6.0",
|
2017-07-07 16:36:45 +00:00
|
|
|
"markdown-toc": "^1.1.0",
|
2017-06-16 21:33:34 +00:00
|
|
|
"minimist": "^1.2.0",
|
|
|
|
"ncp": "^2.0.0",
|
2017-08-03 21:10:52 +00:00
|
|
|
"pdfjs-dist": "^1.8.595",
|
2017-06-16 22:02:14 +00:00
|
|
|
"pixelmatch": "^4.0.2",
|
2017-06-17 21:27:51 +00:00
|
|
|
"pngjs": "^3.2.0",
|
|
|
|
"text-diff": "^1.0.1"
|
2017-05-11 07:06:41 +00:00
|
|
|
}
|
|
|
|
}
|