forked from ets-berkeley-edu/suitec-preview-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 947 Bytes
/
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
{
"name": "preview-service",
"version": "1.0.0",
"description": "Generates previews for Collabosphere",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Collabosphere",
"Previews"
],
"licenses": [
{
"type": "UC Berkeley",
"url": "http://ipira.berkeley.edu/software-copyright-notice-and-disclaimer"
}
],
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/collabosphere.git"
},
"author": "",
"dependencies": {
"lodash": "4.13.1",
"aws-sdk": "2.4.5",
"body-parser": "1.15.2",
"bunyan": "1.8.1",
"bunyan-prettystream": "0.1.3",
"config": "1.21.0",
"express": "4.14.0",
"gm": "1.22.0",
"gulp": "3.9.0",
"gulp-jscs": "2.0.0",
"mmmagic": "0.4.4",
"request": "2.72.0",
"shortid": "2.2.6",
"tmp": "0.0.28",
"webshot": "0.18.0"
}
}