forked from nesnass/talkwall
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.46 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.46 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
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": "talkwall-services",
"version": "0.2.0",
"description": "",
"apidoc": {
"title": "Talkwall API Documentation",
"url": "https://www.talkwall.net/docs"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/engagelab/talkwall"
},
"author": "richarne@uv.uio.no",
"engines": {
"node": "6.11.x",
"npm": "4.3.x"
},
"license": "UNLICENSED",
"dependencies": {
"@types/d3": "^4.4.0",
"@types/twitter-text": "^1.13.16",
"angular": "1.5.10",
"angular-animate": "1.5.10",
"angular-aria": "1.5.10",
"angular-material": "1.1.1",
"angular-messages": "1.6.x",
"angular-moment-picker": "0.9.x",
"angular-route": "1.5.10",
"angular-translate": "2.13.1",
"angular-translate-loader-static-files": "2.13.1",
"async": "2.1.2",
"bcrypt": "0.8.7",
"body-parser": "1.15.2",
"csv-stringify": "^1.0.4",
"d3": "^4.4.1",
"dotenv": "^2.0.0",
"express": "5.0.0-alpha.1",
"express-jwt": "5.1.0",
"jsonwebtoken": "7.1.9",
"moment": "2.17.x",
"mongoose": "4.6.8",
"morgan": "1.7.0",
"newrelic": "^1.34.0",
"passport": "0.3.2",
"passport-facebook": "2.1.1",
"passport-google-oauth": "1.0.0",
"passport-localapikey-es6": "0.5.0",
"sendgrid": "5.1.x",
"q": "1.x.x",
"redis": "2.6.3",
"superagent": "3.0.0",
"toobusy-js": "0.5.1",
"twitter-text": "^1.14.3",
"underscore": "1.8.3"
},
"bugs": {
"url": "https://github.com/engagelab/talkwall/issues"
},
"homepage": "https://github.com/engagelab/talkwall",
"devDependencies": {
"browserify": "13.3.x",
"vinyl-buffer": "1.x.x",
"vinyl-source-stream": "1.x.x",
"typescript": "^2.0.10",
"tsify": "^3.0.0",
"@types/node": "^7.0.0",
"browser-sync": "^2.18.2",
"del": "^2.2.2",
"expect": "^1.20.0",
"expect.js": "^0.3.1",
"gulp": "git+https://git@github.com/gulpjs/gulp.git#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cheerio": "^0.6.2",
"gulp-imagemin": "^3.0.1",
"gulp-inject": "^4.0.0",
"gulp-newer": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-tslint": "7.0.1",
"gulp-typescript": "3.1.3",
"gulp-typedoc": "^2.0.0",
"gulp-uglify": "^2.0.x",
"mocha": "^3.1.2",
"node-normalize-scss": "^1.4.0",
"tslint": "4.0.1",
"typedoc": "0.5.1",
"apidoc": "0.17.x",
"gulp-apidoc": "0.2.x"
}
}