forked from capitalone/CreditOffers-API-reference-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 959 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
42
43
{
"name": "credit-offers",
"version": "2.0.0",
"main": "./bin/www",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "1.13.3",
"bootstrap": "3.3.7",
"cookie-parser": "1.3.5",
"cookie-session": "^2.0.0-beta.3",
"csurf": "1.8.3",
"debug": "2.2.0",
"ejs": "~2.5.5",
"express": "4.13.4",
"express-validator": "2.21.0",
"font-awesome": "4.7.0",
"helmet": "1.1.0",
"html-entities": "1.2.0",
"jade": "1.11.0",
"lodash": "4.1.0",
"moment": "2.16.0",
"morgan": "1.6.1",
"request": "2.69.0",
"sanitize-html": "1.13.0",
"serve-favicon": "2.3.0"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/capitalone/CreditOffers-API-reference-app"
},
"scripts": {
"start": "node ./bin/www"
}
}