-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 986 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
41
{
"name": "mongofl",
"version": "1.0.0",
"description": "fantasy land wrapper around the mongodb client",
"main": "mongo-executer.js",
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tb01923/mongofl.git"
},
"keywords": [
"mongodb",
"fantasy-land",
"sanctuary",
"functional"
],
"author": "",
"license": "SEE LICENSE IN <LICENSE>",
"bugs": {
"url": "https://github.com/tb01923/mongofl/issues"
},
"homepage": "https://github.com/tb01923/mongofl#readme",
"dependencies": {
"fluture": "^10.3.0",
"fluture-sanctuary-types": "^2.2.2",
"mongodb": "^3.1.10",
"ramda": "^0.26.1",
"sanctuary": "^0.15.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.11.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"mongodb-memory-server": "^2.9.1",
"nodemon": "^1.18.9"
}
}