-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "phantomjscloud-lite",
"version": "3.5.8",
"description": "Official PhantomJs Cloud Client API Library for Browsers",
"keywords": [
"Chrome",
"Puppeteer",
"PhantomJs",
"Phantom",
"Browser",
"Browser Api",
"Headless Browser",
"Typescript"
],
"homepage": "https://github.com/Novaleaf/phantomjscloud-lite",
"bugs": {
"email": "support@PhantomJsCloud.com",
"url": "https://github.com/Novaleaf/phantomjscloud-lite/issues"
},
"license": "MIT",
"author": {
"name": "Jason Swearingen",
"email": "jasons@novaleaf.com"
},
"main": "./built/_index.js",
"types": "./built/_index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Novaleaf/phantomjscloud-lite"
},
"scripts": {
"test": "mocha ./built/**/*.test.js --watch"
},
"dependencies": {
"@types/luxon": "^1.12.0",
"axios": "^0.18.0",
"bluebird": "^3.5.4",
"bluebird-retry": "^0.11.0",
"json5": "^2.1.0",
"lodash": "^4.17.11",
"luxon": "^1.12.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/bluebird": "^3.5.26",
"@types/json5": "^0.0.30",
"@types/lodash": "^4.14.123",
"@types/mocha": "^5.2.6",
"mocha": "^5.2.0"
}
}