-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.95 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.95 KB
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
{
"name": "irma",
"version": "2.8.4",
"description": "Meet 3",
"main": "server.js",
"engines": {
"node": "6.11.1"
},
"dependencies": {
"angular": "~1.5.7",
"angular-animate": "~1.5.7",
"angular-sanitize": "~1.5.7",
"angular-toastr": "^1.7.0",
"angular-ui-bootstrap": "^2.3.1",
"angular-ui-router": "^0.3.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"co": "^4.6.0",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.0",
"font-awesome": "^4.7.0",
"ip": "^1.1.4",
"jquery": "^3.0.0",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"mongoose": "^4.5.3",
"morgan": "^1.7.0",
"ng-annotate": "^1.2.1",
"ng-table": "^3.0.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"textangular": "^1.5.16",
"textmagic-rest-client": "0.0.5",
"ui-router": "^1.0.0-alpha.3",
"ui-select": "^0.18.0",
"webpack": "^1.14.0",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"ng-annotate-loader": "^0.2.0",
"node-sass": "^4.3.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7"
},
"scripts": {
"start": "node server.js",
"startDev": "webpack --config webpack.config.js & node server.js",
"reBuild": "webpack --config webpack.config.js",
"help": "webpack --help",
"startProgress": "webpack --config webpack.config.js --progress --colors",
"build": "webpack --config webpack.config.js -p --devtool null",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nitsan Zohar",
"license": "ISC"
}