puppeteer/package.json

31 lines
722 B
JSON
Raw Normal View History

2017-05-11 07:06:41 +00:00
{
"name": "puppeteer",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test-puppeteer": "jasmine test/test.js",
"test-phantom": "python third_party/phantomjs/test/run-tests.py",
"test": "npm run test-puppeteer && npm run test-phantom",
2017-05-11 07:06:41 +00:00
"install": "node install.js"
},
"author": "The Chromium Authors",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"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": {
"chromium_revision": "478524"
},
"devDependencies": {
"ncp": "^2.0.0",
"minimist": "^1.2.0",
"deasync": "^0.1.9",
"jasmine": "^2.6.0"
2017-05-11 07:06:41 +00:00
}
}