-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.67 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "Belligerence",
"version": "0.5.1",
"description": "A game where PMCs, Soldiers and Freelancers fight for money.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"build": "grunt build && webpack",
"heroku-postbuild": "grunt build && webpack"
},
"dependencies": {
"2d-css-matrix-parse": "^1.0.0",
"angular": "^1.7.7",
"angular-animate": "^1.5.8",
"angular-bootstrap-colorpicker": "^3.0.31",
"angular-cookies": "^1.6.0",
"angular-loading-bar": "^0.9.0",
"angular-timeago": "^0.4.4",
"angular-touch": "^1.6.1",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-router": "^0.3.2",
"angular-ui-router-default": "0.0.6",
"angular-web-notification": "^1.2.30",
"angular-websocket": "github:jacek-jaskolski/angular-websocket",
"angularjs-slider": "^6.4.0",
"aos": "^2.3.4",
"aws-sdk": "^2.409.0",
"babel-polyfill": "^6.23.0",
"bcrypt-nodejs": "0.0.3",
"blueimp-md5": "^2.10.0",
"body-parser": "^1.13.1",
"bootstrap": "^3.3.7",
"bower": "^1.4.1",
"connect-redis": "^3.4.0",
"countdown": "^2.6.0",
"dotenv": "^6.2.0",
"ejs": "^2.3.2",
"express": "^4.13.0",
"express-session": "^1.15.3",
"grunt-cli": "^0.1.13",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jsonwebtoken": "^5.5.4",
"lodash": "^4.13.1",
"masonry-layout": "^4.2.0",
"md5": "^2.0.0",
"method-override": "^2.3.3",
"moment": "^2.22.2",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"multer-sharp-s3": "git://github.com/Sircrab/multer-sharp-s3.git",
"mysql": "^2.9.0",
"ng-file-upload": "^12.2.13",
"ng-tags-input": "^3.1.1",
"node-schedule": "^1.3.0",
"normalize.css": "^5.0.0",
"npm": "^6.0.0",
"oidc-client": "^1.3.0",
"passport": "^0.3.2",
"passport-steam": "^1.0.8",
"requestify": "^0.2.5",
"require-reload": "^0.2.2",
"s3-cached": "^2.1.6",
"sequelize": "^3.6.0",
"sequelize-heroku": "^2.0.0",
"serve-favicon": "^2.3.0",
"sharp": "^0.20.1",
"simple-crypto-js": "^1.1.1",
"simplebar": "^2.0.0-beta.3",
"ssacl-attribute-roles": "0.0.5",
"validate.js": "^0.11.1",
"validator": "^5.3.0",
"ws": "^6.1.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-parallel": "^0.4.1",
"grunt-sass": "^1.2.1",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.3.4",
"node-sass": "^4.8.3",
"should": "^8.0.2",
"supertest": "^1.1.0",
"webpack": "^1.15.0",
"webpack-bundle-analyzer": "^1.5.3"
},
"author": "Ian",
"license": "MIT"
}