2014-08-23 10:54:11 +04:00
|
|
|
{
|
2015-05-15 01:44:11 +03:00
|
|
|
"name": "documentdb",
|
|
|
|
"description": "Node.js client for documentdb",
|
|
|
|
"keywords": [
|
2014-08-23 10:54:11 +04:00
|
|
|
"documentdb",
|
|
|
|
"document database",
|
|
|
|
"azure",
|
|
|
|
"nosql",
|
|
|
|
"database",
|
|
|
|
"cloud"
|
|
|
|
],
|
2015-08-15 08:25:45 +03:00
|
|
|
"version": "1.2.1",
|
2014-08-23 10:54:11 +04:00
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"main": "./index.js",
|
|
|
|
"engine": {
|
|
|
|
"node": ">=0.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-05-15 01:44:11 +03:00
|
|
|
"eslint": "*",
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-eslint": "^13.0.0",
|
2014-08-23 10:54:11 +04:00
|
|
|
"jsdoc": "*",
|
2015-05-15 01:44:11 +03:00
|
|
|
"load-grunt-tasks": "^3.1.0",
|
|
|
|
"mocha": "*",
|
|
|
|
"time-grunt": "^1.2.0"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Azure/azure-documentdb-node"
|
2014-08-23 10:54:11 +04:00
|
|
|
},
|
2015-05-15 01:44:11 +03:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache License, Version 2.0",
|
|
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
]
|
2015-06-02 03:44:13 +03:00
|
|
|
}
|