This repository was archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.35 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.35 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
52
53
54
{
"name": "@beyond-sharepoint/spo-shell",
"version": "0.1.13",
"description": "Cross-Platform Command Line Utility for SharePoint Online",
"main": "./lib/index.js",
"bin": {
"spo-shell": "./bin/spo-shell.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./bin/spo-shell.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beyond-sharepoint/spo-shell.git"
},
"keywords": [
"SharePoint Online",
"SPO",
"spo-shell",
"SharePoint Shell",
"Utilities"
],
"author": "Sean McLellan",
"license": "ISC",
"bugs": {
"url": "https://github.com/beyond-sharepoint/spo-shell/issues"
},
"homepage": "https://github.com/beyond-sharepoint/spo-shell#readme",
"dependencies": {
"@beyond-sharepoint/spo-remote-auth": "^0.1.0",
"bluebird": "^3.4.3",
"bluebird-co": "^2.1.2",
"chalk": "^1.1.3",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"gauge": "^2.6.0",
"hjson": "^2.0.5",
"inquirer": "^1.1.3",
"lodash": "^4.15.0",
"mustache": "^2.2.1",
"request-progress": "^2.0.1",
"require-uncached": "^1.0.2",
"urijs": "^1.18.1",
"vorpal": "^1.11.4",
"vorpal-autocomplete-fs": "0.0.3",
"vorpal-grep": "^0.2.0",
"vorpal-less": "0.0.13",
"vorpal-repl": "^1.1.8"
},
"engines": {
"node": ">=6.0.0"
}
}