forked from tera-insights/2Q2R-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.68 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
{
"name": "2q2r-server",
"version": "0.1.0",
"description": "Second factor authenticatin server to be paired with 2Q2R app.",
"main": "index.js",
"scripts": {
"prestart": "./pre_start.sh",
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alinVD/2Q2R-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alinVD/2Q2R-demo/issues"
},
"homepage": "https://github.com/alinVD/2Q2R-demo#readme",
"devDependencies": {
"faker": "^3.0.1",
"forever": "^0.15.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-nodemon": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"typescript": "^1.5.3"
},
"dependencies": {
"angular-messages": "^1.5.7",
"bluebird": "^3.4.1",
"body-parser": "^1.14.1",
"config": "^1.21.0",
"connect-mongo": "^1.2.1",
"dustjs-linkedin": "^2.7.3",
"ejs": "^2.5.1",
"express": "^4.13.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.11.3",
"gulp-concat": "^2.6.0",
"gulp-dust": "^3.0.0",
"gulp-shell": "^0.4.3",
"gulp-typescript": "^2.9.0",
"lodash": "^3.10.1",
"mongoose": "^4.5.6",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-challenge": "^0.1.1",
"passport-local": "^1.0.0",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"q": "^1.4.1",
"sequelize": "^3.23.6",
"serve-static": "^1.10.0",
"sqlite3": "^3.1.8",
"typescript-formatter": "^1.0.0",
"typings": "^1.3.1",
"u2f": "^0.1.2",
"unirest": "^0.5.0",
"urlsafe-base64": "^1.0.0",
"validator": "^4.0.6"
}
}