-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
{
"name": "MyPhotosServer",
"version": "0.0.3",
"description": "Personal collection of photos",
"repository": "https://github.com/jul11co/MyPhotosServer",
"license": "MIT",
"bin": {
"myphotos-server": "./start.js"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.14.0",
"bytes": "^3.0.0",
"calipers": "^2.0.0",
"calipers-gif": "^2.0.0",
"calipers-jpeg": "^2.0.0",
"calipers-png": "^2.0.0",
"cheerio": "^0.20.0",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.0.1",
"dirty": "^1.0.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"fs-extra": "^0.30.0",
"humanize-duration": "^3.12.0",
"jsonfile": "^4.0.0",
"jul11co-jobqueue": "0.0.1",
"jul11co-jsonstore": "0.0.1",
"jul11co-utils": "0.0.1",
"jul11co-wdt": "^1.1.3",
"log": "^1.4.0",
"md5-file": "^3.1.1",
"moment": "^2.18.1",
"morgan": "^1.8.2",
"nedb": "^1.8.0",
"nightmare": "^2.10.0",
"openurl": "^1.1.1",
"opn": "^5.1.0",
"request": "^2.72.0",
"sharp": "^0.18.4",
"socket.io": "^2.0.3",
"sqlite3": "^3.1.13",
"tar": "^4.1.1",
"tar-fs": "^1.16.0",
"tar-stream": "^1.5.5",
"vo": "^4.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-shell": "^1.1.2"
}
}