This repository has been archived by the owner on Dec 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
108 lines (108 loc) · 3 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "TEOTI",
"version": "9.0.0",
"description": "Forums for the armageddon",
"engine": "node 0.12.3",
"engines": {
"node": "0.12.3"
},
"scripts": {
"start": "pm2 start api.js && pm2 start client.js",
"stop": "pm2 stop api.js && pm2 stop client.js",
"restart": "pm2 restart api.js && pm2 restart client.js",
"build": "gulp build",
"build-ci": "gulp",
"test-mocha": "mocha",
"test": "gulp test",
"watch": "gulp watch",
"webpack-watch": "webpack --colors --progress --watch -d --devtool inline-source-map"
},
"repository": {
"type": "git",
"url": "https://github.com/marksyzm/teoti.git"
},
"author": "Mark Elphinstone-Hoadley",
"license": "ISC",
"bugs": {
"url": "https://github.com/marksyzm/teoti/issues"
},
"homepage": "https://github.com/marksyzm/teoti",
"dependencies": {
"angular": "^1.4.3",
"angular-bind-html-compile": "marksyzm/angular-bind-html-compile",
"angular-deckgrid": "akoenig/angular-deckgrid",
"angular-linkify": "^1.2.0",
"angular-mocks": "^1.3.11",
"angular-moment": "^1.0.0-beta.3",
"angular-route": "^1.3.12",
"angular-scroll": "^0.7.3",
"angular-ui-bootstrap": "^0.13.3",
"angular-ui-router": "^0.2.15",
"angularjs-scroll-glue": "^2.0.4",
"async": "^1.2.0",
"bboxed": "^0.4.2",
"body-parser": "^1.14.1",
"boom": "^2.6.1",
"bootstrap": "^3.3.5",
"bootstrap-sass": "^3.3.5",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.7.0",
"ejs": "^2.3.3",
"email": "^0.2.6",
"express": "^4.11.1",
"express-ejs-layouts": "^1.1.0",
"express-session": "^1.10.1",
"handlebars": "^4.0.3",
"hapi": "^8.1.0",
"joi": "^4.8.0",
"jquery": "^2.1.4",
"lodash": "^2.4.1",
"md5": "^2.0.0",
"moment": "^2.9.0",
"moment-timezone": "^0.2.5",
"mongodb": "^1.4.19",
"mongoose": "~4.0.8",
"mongoose-auto-increment": "^4.0.0",
"mongoose-simple-random": "^0.3.3",
"multiparty": "^3.3.2",
"mysql": "^2.5.4",
"nconf": "^0.6.9",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"password-generator": "^0.2.3",
"pbkdf2": "0.0.5",
"pm2": "^0.12.15",
"recaptcha": "^1.2.0",
"request": "^2.45.0",
"scrape": "^0.2.3",
"sickle": "^1.1.0",
"speakingurl": "^0.18.1",
"validator": "^4.2.1",
"xss": "^0.2.7"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"chai": "^2.1.2",
"css-loader": "^0.19.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.8.11",
"gulp-nodemon": "^2.0.3",
"gulp-util": "^3.0.4",
"html-loader": "^0.3.0",
"istanbul": "^0.3.2",
"json-loader": "^0.5.3",
"mocha": "^1.21.4",
"node-sass": "^3.3.3",
"nodemon": "^1.2.1",
"passport-stub": "^1.0.1",
"require-dir": "^0.3.0",
"sass-loader": "^3.0.0",
"sinon": "^1.10.3",
"style-loader": "^0.12.4",
"supertest": "^0.14.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-stream": "^2.1.1"
}
}