-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 921 Bytes
/
package.json
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
{
"name": "phantomjscloud",
"version": "3.5.5",
"description": "Official PhantomJs Cloud Client API Library for Node.js",
"keywords": [
"Chrome",
"Puppeteer",
"PhantomJs",
"Phantom",
"Browser",
"Browser Api",
"Headless Browser",
"Typescript"
],
"homepage": "https://github.com/Novaleaf/phantomjscloud-node",
"bugs": {
"email": "support@PhantomJsCloud.com",
"url": "https://github.com/Novaleaf/phantomjscloud-node/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-node"
},
"scripts": {
"test": "mocha ./built/**/*.test.js --watch"
},
"dependencies": {
"xlib": "^17.7.7"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}