-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 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": "sharepointer",
"version": "1.6.0",
"description": "Sharepoint library with support for multiple authentication strategies",
"main": "sharepoint.js",
"scripts": {
"test": "grunt test"
},
"author": "Cian Clarke",
"license": "MIT",
"dependencies": {
"agentkeepalive": ">=1.2.0",
"async": "~0.2.9",
"dotty": "0.0.2",
"httpntlm": "^1.5.2",
"request": "^2.60.0",
"underscore": "^1.8.3",
"underscore-deep-extend": "^1.0.4",
"xml2js": "^0.4.16"
},
"devDependencies": {
"grunt-concurrent": "^2.3.0",
"grunt-node-inspector": "^0.4.1",
"grunt-open": "^0.2.3",
"grunt-shell": "^1.2.1",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "0.12.0",
"grunt-fh-build": "~1.0.1",
"mocha": "^2.2.4",
"nock": "^2.10.0"
}
}