-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
38 lines (38 loc) · 885 Bytes
/
package.json
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
{
"name": "doqmentdb",
"description": "A Promise-Based DocumentDB ODM Client for NodeJS",
"version": "0.3.3",
"filename": "index.js",
"main": "index.js",
"homepage": "https://github.com/a8m/doqmentdb",
"author": "Ariel Mashraki <ariel@mashraki.co.il>",
"repository": {
"type": "git",
"url": "https://github.com/a8m/doqmentdb.git"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"documentDB",
"doqmentDB",
"odm",
"atomic transaction",
"schema"
],
"dependencies": {
"bluebird": "^2.9.15",
"documentdb": "^1.4.0"
},
"devDependencies": {
"agile": "0.0.2",
"istanbul": "^0.3.2",
"mocha": "^1.21.5",
"should": "^4.1.0",
"sinon": "^1.10.3"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -u exports test/spec/**/*"
},
"license": "MIT"
}