forked from pusspounder/CapMyFreeCamsChaturbateNodeJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 844 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
{
"name": "mfc-node",
"version": "2.0.6",
"description": "MyFreeCams Recorder",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/sstativa/mfc-node.git"
},
"author": "sstativa",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/sstativa/mfc-node/issues"
},
"homepage": "https://github.com/sstativa/mfc-node",
"dependencies": {
"MFCAuto": "asas232/MFCAuto",
"bluebird": "^2.9.25",
"colors": "^1.1.2",
"filewalker": "^0.1.3",
"httpdispatcher": "^2.0.0",
"js-yaml": "^3.3.1",
"mkdirp": "^0.5.1",
"moment": "^2.10.3",
"mv": "^2.1.1",
"promise-queue": "^2.2.3",
"string": "^3.1.1",
"underscore": "^1.8.3",
"pm2": "^0.15.10",
"mime":"^1.6.0"
}
}