-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 754 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 754 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
37
{
"name": "documentdb",
"description": "Azure DocumentDB Node.js client",
"keywords": [
"documentdb",
"document database",
"azure",
"nosql",
"database",
"cloud"
],
"version": "1.5.3",
"author": "Microsoft Corporation",
"main": "./index.js",
"engine": {
"node": ">=0.8"
},
"devDependencies": {
"eslint": "*",
"grunt": "^0.4.5",
"grunt-eslint": "^13.0.0",
"jsdoc": "*",
"load-grunt-tasks": "^3.1.0",
"mocha": "*",
"time-grunt": "^1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-documentdb-node"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
}