-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 896 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 896 Bytes
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
{
"name": "showuptv-node",
"version": "0.0.3",
"description": "ShowUp.tv Recorder",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sstativa/showuptv-node"
},
"author": "sstativa",
"license": "GNU GPL",
"bugs": {
"url": "https://github.com/sstativa/showuptv-node/issues"
},
"homepage": "https://github.com/sstativa/showuptv-node",
"dependencies": {
"bhttp": "^1.2.1",
"bluebird": "^2.9.25",
"cheerio": "^0.19.0",
"colors": "^1.1.2",
"filewalker": "^0.1.3",
"js-yaml": "^3.3.1",
"JSONStream": "^1.3.1",
"mkdirp": "^0.5.1",
"moment": "^2.10.3",
"mv": "^2.1.1",
"promise-queue": "^2.2.3",
"string": "^3.1.1"
}
}