-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 804 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 804 Bytes
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
{
"name": "phantomjscloud-examples",
"version": "4.0.1",
"description": "examples showing usage of PhantomJs Cloud with typescript",
"keywords": [
"PhantomJs",
"Puppeteer",
"Chrome",
"PhantomJsCloud",
"examples"
],
"homepage": "https://github.com/Novaleaf/phantomjscloud-node-examples",
"bugs": {
"email": "support@PhantomJsCloud.com",
"url": "https://github.com/Novaleaf/phantomjscloud-node-examples/issues"
},
"license": "MIT",
"author": {
"name": "Jason Swearingen",
"email": "jasons@novaleaf.com"
},
"main": "./built/_index.js",
"repository": {
"type": "git",
"url": "https://github.com/Novaleaf/phantomjscloud-node-examples"
},
"scripts": {},
"dependencies": {
"phantomjscloud": "^3.5.5"
},
"devDependencies": {}
}