-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 932 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
{
"name": "tmvis",
"version": "1.0.0",
"description": "An archival thumbnail visualization server",
"repository": "https://github.com/oduwsdl/tmvis",
"license": "MIT",
"author": "Maheedhar Gunnam <[email protected]> (http://www.cs.odu.edu/~mgunnam)",
"start": "node tmvis.js",
"bugs": "https://github.com/oduwsdl/tmvis/issues",
"dependencies": {
"async": "*",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"es6-promise": "*",
"express": "*",
"follow-redirects": "^1.9.0",
"fs-extra": "*",
"hashmap": "^2.3.0",
"image-watermark": "0.0.7",
"imagemagick": "*",
"log": "^1.4.0",
"minimist": "*",
"mkdir-recursive": "*",
"morgan": "^1.9.0",
"nodemon": "^1.14.12",
"normalize-url": "*",
"primordial": "*",
"puppeteer": "*",
"rimraf": "*",
"simhash": "*",
"stackjs": "^0.1.0",
"validator": "*",
"write-json-file": "^2.3.0"
}
}