forked from pusspounder/CapMyFreeCamsChaturbateNodeJS
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1023 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
43
44
45
{
"name": "mfc-node",
"version": "3.0.0",
"description": "MyFreeCams Recorder",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Damianonymous/mfc-node.git"
},
"author": "Damianonymous",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/Damianonymous/mfc-node/issues"
},
"homepage": "https://github.com/Damianonymous/mfc-node",
"dependencies": {
"JSONStream": "^1.3.1",
"MFCAuto": "github:Damianonymous/MFCAuto",
"bhttp": "^1.2.4",
"bluebird": "^2.9.25",
"colors": "^1.1.2",
"compression": "^1.7.2",
"filewalker": "^0.1.3",
"httpdispatcher": "^2.0.0",
"js-yaml": "^3.3.1",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"mv": "^2.1.1",
"promise-queue": "^2.2.3",
"string": "^3.1.1"
},
"bin": "main.js",
"pkg": {
"scripts": [
"main.js"
],
"assets": [
"index.html",
"favicon.ico"
]
}
}