-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.37 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "areaazul",
"version": "2.4.1",
"license": "UNLICENSED",
"author": {
"name": "Flávio de Sousa",
"email": "[email protected]",
"url": "https://flaviodesousa.com"
},
"main": "areaazul.js",
"scripts": {
"start": "node ./bin/areaazul-api-web.js",
"test": "mocha --recursive --exit --check-leaks --ui bdd --prof"
},
"publishConfig": {
"registry": "https://npm.flaviodesousa.com"
},
"repository": {
"type": "git",
"url": "[email protected]:solutions-inf-br/areaazul.git"
},
"dependencies": {
"areaazul-mailer": "^1.0.0",
"areaazul-utils": "^1.3.2",
"bcrypt-then": "^1.1.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"bookshelf": "^0.13.3",
"consign": "^0.1.6",
"cors": "^2.8.4",
"debug": "^3.1.0",
"diacritics": "^1.3.0",
"express": "^4.16.3",
"helmet": "^3.12.1",
"knex": "^0.14.6",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"moment-timezone": "^0.5.17",
"money-math": "^2.5.1",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"pg": "^7.4.3",
"superagent": "^3.8.3",
"uuid": "^3.2.1",
"validator": "^10.2.0",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^3.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.9.1",
"gulp-release-tasks": "0.0.3",
"mocha": "^5.2.0"
}
}