-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 936 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
39
40
{
"dependencies": {
"@google-cloud/datastore": "1.4.0",
"circular-json": "0.5.3",
"dreadlocks2": "2.0.0",
"hasha": "3.0.0",
"uuid-random": "1.0.6"
},
"name": "datastore2",
"description": "Atomic transactions made easy for Google Cloud Datatore",
"version": "5.3.0",
"main": "index.js",
"devDependencies": {
"ava": "1.0.0-beta.4",
"joi": "^13.2.0"
},
"scripts": {
"test": "ava --serial --fail-fast"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xemasiv/datastore2.git"
},
"keywords": [
"google",
"cloud",
"datastore",
"atomic",
"transactions",
"queries",
"xemasiv",
"fyeah"
],
"author": "xemasiv <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xemasiv/datastore2/issues"
},
"homepage": "https://github.com/xemasiv/datastore2#readme"
}