-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 808 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
33
34
35
36
{
"name": "autodiscover",
"version": "0.0.2",
"description": "A Node.js client for Microsoft's POX Autodiscover Service",
"author": "teloo",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/teloo/node-autodiscover/blob/master/LICENSE"
}
],
"repository": "teloo/node-autodiscover",
"main": "lib",
"engines": {
"node": ">=0.10.31"
},
"dependencies": {
"underscore": "1.7.0",
"validator": "3.18.1",
"request": "2.42.0",
"async": "0.9.0",
"xmlbuilder": "2.4.4",
"xml2js": "0.4.4"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-jshint": "0.10.0",
"grunt-simple-mocha": "0.4.0",
"mocha": "1.21.4",
"expect.js": "0.3.1"
},
"scripts": {
"test": "grunt"
}
}