forked from ramosem/escriba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
42
43
44
{
"name": "escriba",
"version": "2.5.0",
"description": "Logging with steroids",
"main": "src/index.js",
"scripts": {
"lint": "eslint src",
"test": "nyc ava 'test/**/*.js'",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pagarme/escriba.git"
},
"author": "Pagar.me Pagamentos S/A",
"license": "MIT",
"bugs": {
"url": "https://github.com/pagarme/escriba/issues"
},
"homepage": "https://github.com/pagarme/escriba#readme",
"dependencies": {
"circular-json": "0.5.5",
"cuid": "^1.3.8",
"iron-mask": "1.0.2",
"moment-timezone": "^0.5.13",
"pokeprop": "^1.0.0",
"ramda": "^0.23.0"
},
"devDependencies": {
"ava": "^0.25.0",
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"eslint": "^5.1.0",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"log4js": "^3.0.0",
"mask-json": "^1.0.2",
"nyc": "^13.0.0",
"winston": "^2.3.1"
}
}