-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 KB
/
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": "finager",
"version": "1.0.0",
"description": "Discover where ur money is with this awesome finance manager",
"main": "index.js",
"scripts": {
"test": "node tests/_runner.js",
"test:run": "ava tests/integration.js",
"test:run:tap": "ava --tap tests/integration.js | tap-xunit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafaelverger/finager.git"
},
"keywords": [
"Finance",
"Manager",
"Node",
"OpenSource"
],
"author": "rafaelverger",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rafaelverger/finager/issues"
},
"homepage": "https://github.com/rafaelverger/finager#readme",
"dependencies": {
"finalhandler": "^1.1.2",
"mongoose": "^5.7.13",
"now": "^16.6.0",
"openapi-enforcer": "^1.6.2",
"uuid-mongodb": "^2.1.2"
},
"devDependencies": {
"ava": "^2.4.0",
"mongo-unit": "^1.5.0",
"request-promise-native": "^1.0.8",
"router": "^1.3.3",
"tap-xunit": "^2.4.1"
}
}