-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.17 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
{
"name": "sn-script-executor",
"version": "1.2.1",
"description": "Executes a script as admin on a Service now instance",
"main": "executor.js",
"bin": {
"executor": "./executor.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel De Jager <danielmiester@gmail.com>",
"license": "ISC",
"dependencies": {
"agentkeepalive": "^2.1.1",
"any-promise": "^1.3.0",
"async": "^2.0.0-rc.6",
"bluebird": "^3.4.0",
"cheerio": "^0.20.0",
"command-line-args": "^3.0.0",
"get-stdin": "^5.0.1",
"html-entities": "^1.2.0",
"keytar": "^3.0.2",
"mz": "^2.4.0",
"request": "^2.72.0",
"request-promise": "^3.0.0",
"tough-cookie-filestore": "0.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/danielmiester/executor.git"
},
"engines": {
"node": "^6.2.2"
},
"keywords": [
"servicenow",
"service",
"now",
"background",
"script"
],
"bugs": {
"url": "https://github.com/danielmiester/executor/issues"
},
"homepage": "https://github.com/danielmiester/executor#readme",
"preferGlobal": true
}