-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "concierge",
"version": "0.0.1",
"description": "A nodejs CLI app to curate scene movie releases",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rename",
"movies",
"media",
"usenet",
"torrent"
],
"author": "Levi Wheatcroft",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/leviwheatcroft/concierge.git"
},
"dependencies": {
"async": "^1.5.0",
"avprobemeta": "0.0.2",
"cli": "^0.11.1",
"diff": "^2.2.1",
"ini": "^1.3.4",
"levenshtein": "^1.0.5",
"mkdirp": "^0.5.1",
"moviedb": "leviwheatcroft/moviedb",
"mv": "^2.1.1",
"require-dir": "^0.3.0",
"rmdir": "^1.1.0",
"string": "^3.3.1",
"string-format": "^0.5.0",
"underscore": "^1.8.3",
"winston": "^2.1.1"
},
"jscsConfig": {
"preset": "node-style-guide",
"requireTrailingComma": null,
"requireSpaceAfterLineComment": null,
"requireCamelCaseOrUpperCaseIdentifiers": null,
"requireCapitalizedComments": null
}
}