-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.45 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
{
"name": "polamikat",
"version": "1.0.0",
"description": "polamikat web",
"dependencies": {
"angular-animate": "^1.6.1",
"angular-bootstrap-datetimepicker": "^1.1.4",
"angular-date-time-input": "^1.2.1",
"body-parser": "~1.15.1",
"bunyan": "^1.8.1",
"connect-redis": "^3.1.0",
"cookie-parser": "~1.4.3",
"crypto": "0.0.3",
"debug": "~2.2.0",
"easyimage": "^2.1.0",
"express": "~4.13.4",
"express-mailer": "^0.3.1",
"express-session": "^1.14.0",
"file-type": "^4.1.0",
"keycloak-connect": "2.5.4",
"later": "^1.2.0",
"mime-types": "^2.1.15",
"moment": "^2.14.1",
"moment-timezone": "^0.5.5",
"mongodb-backup": "^1.6.9",
"mongoose": "^4.5.9",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"node-cleanup": "^2.1.2",
"pug": "^2.0.0-beta11",
"query-string": "^4.2.3",
"random-number": "0.0.7",
"randomstring": "^1.1.5",
"redis": "^2.6.2",
"request": "^2.79.0",
"serve-favicon": "~2.3.0",
"uuid": "^3.0.1",
"validate.js": "^0.11.1",
"vasync": "^1.6.4"
},
"scripts": {
"start": "node ./bin/www | node_modules/bunyan/bin/bunyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danangmassandy/polamikat.git"
},
"author": "danangmassandy",
"license": "ISC",
"bugs": {
"url": "https://github.com/danangmassandy/polamikat/issues"
},
"homepage": "https://github.com/danangmassandy/polamikat#readme"
}