-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 919 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": "@pivotshare/avails",
"version": "1.2.0",
"description": "Tool for parsing and generating EMA Avails",
"main": "./lib/avails.js",
"bin": {
"avails": "./bin/avails.js"
},
"scripts": {
"test": "tape test/js/*.js"
},
"keywords": [
"ema",
"avail",
"avails",
"metadata",
"movie",
"tv"
],
"author": "Hector G. Parra <[email protected]>",
"license": "MIT",
"dependencies": {
"JSONStream": "^1.1.1",
"commander": "^2.9.0",
"decamelize": "^1.2.0",
"exceljs": "0.2.4",
"split": "^1.0.0",
"uppercamelcase": "^1.1.0"
},
"devDependencies": {
"blue-tape": "^0.2.0",
"tape": "^4.5.1"
},
"bugs": {
"url": "https://github.com/pivotshare/avails/issues"
},
"homepage": "https://github.com/pivotshare/avails#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pivotshare/avails.git"
}
}