-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.44 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
{
"name": "technicalprb",
"version": "1.0.0",
"description": "Technical Plumbing Support Team",
"main": "bin/www",
"scripts": {
"start": "node ./bin/www_NoSSL",
"dev": "node ./bin/www_NoSSL",
"production": "node ../technicalprb/bin/www",
"watch": "webpack --watch",
"build:ngc": "./public/node_modules/.bin/ngc -p ./public/tsconfig.json",
"build:aot": "./public/node_modules/.bin/ngc -p ./public/tsconfig-aot.json && ./public/node_modules/.bin/rollup -c ./public/rollup-config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AntoniadisCorp/TechnicalPRB.git"
},
"author": "Antoniadis Prokopios <[email protected]>",
"license": "ISC",
"dependencies": {
"angular2-fontawesome": "^0.9.3",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"emailjs": "^1.0.12",
"express": "^4.16.2",
"express-device": "^0.4.2",
"express-session": "^1.15.6",
"express-useragent": "^1.0.8",
"font-awesome": "^4.7.0",
"machine-id": "^1.0.0",
"method-override": "^2.3.10",
"mongojs": "^2.4.1",
"multer": "^1.3.0",
"nodemailer": "^4.3.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.4",
"serve-favicon": "^2.4.5",
"session-mongoose": "^0.5.2",
"socket.io": "^2.0.4",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-concat-multi": "^1.0.1",
"gulp-ejsmin": "0.0.1",
"gulp-imagemin": "^3.4.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-strip-debug": "^1.1.0",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"merge2": "^1.2.0",
"systemjs-builder": "^0.16.12",
"tslint": "^5.8.0",
"typescript": "^2.5.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^3.8.1"
},
"babel": {
"presets": [
"es2015"
]
},
"keywords": []
}