-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 927 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
{
"name": "swallowstore",
"version": "0.2.8",
"description": "A flexible easy to use Google Cloud Firestore API Wrapper class for Node.JS",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hurlatunde/swallowstore.git"
},
"keywords": [
"firebase",
"firestore",
"scalable",
"NoSQL",
"flexible",
"cloud"
],
"author": "“Olatunde <“hurlatunde@gmail.com”> (“https://medium.com/@hurlatunde”)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hurlatunde/swallowstore/issues"
},
"homepage": "https://github.com/hurlatunde/swallowstore#readme",
"engines": {
"node": ">= 4.2.4"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
},
"dependencies": {
"firebase": "^7.2.3",
"firebase-admin": "^8.7.0",
"lodash": "^4.17.15"
}
}