forked from s-KaiNet/sp-request
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.86 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "sp-request",
"version": "2.0.3",
"description": "Simplified SharePoint HTTP client",
"main": "./lib/src/index.js",
"typings": "./lib/src/index",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "gulp test-ci",
"build": "npm install && gulp tsc",
"dev": "gulp live-dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s-KaiNet/sp-request.git"
},
"author": "Sergei Sergeev <sergeev.srg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/s-KaiNet/sp-request/issues"
},
"keywords": [
"request",
"sharepoint",
"rest"
],
"homepage": "https://github.com/s-KaiNet/sp-request",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.32",
"@types/mockery": "^1.4.29",
"@types/sinon": "^1.16.31",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-debug": "^2.1.2",
"gulp-istanbul": "^0.10.4",
"gulp-load-plugins": "^1.2.2",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^3.0.0",
"merge-stream": "^1.0.0",
"mocha-junit-reporter": "^1.11.1",
"mockery": "^1.6.2",
"remap-istanbul": "^0.6.3",
"run-sequence": "^1.1.5",
"sinon": "^1.17.3",
"tslint": "^3.8.1",
"typescript": "^2.0.3",
"typings": "^1.0.0",
"yargs": "^4.6.0"
},
"dependencies": {
"@types/bluebird": "^3.0.35",
"@types/node": "^6.0.45",
"@types/request": "0.0.31",
"@types/request-promise": "^3.0.32",
"@types/core-js": "^0.9.34",
"@types/lodash": "^4.14.37",
"agentkeepalive": "^2.1.1",
"bluebird": "^3.3.5",
"httpntlm": "^1.6.1",
"lodash": "^4.12.0",
"node-sp-auth": "^1.0.1",
"request": "^2.72.0",
"request-promise": "^3.0.0"
}
}