forked from Snake4life/capturebate-node
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 815 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 815 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": "capturebate-node",
"version": "0.2.1",
"description": "CaptureBate rewrite in Node",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/SN4T14/capturebate-node.git"
},
"author": "SN4T14",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/SN4T14/capturebate-node/issues"
},
"homepage": "https://github.com/SN4T14/capturebate-node",
"dependencies": {
"JSONStream": "^1.3.1",
"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",
"mkdirp": "^0.5.1",
"moment": "^2.10.3",
"mv": "^2.1.1",
"promise-queue": "^2.2.3",
"string": "^3.1.1"
}
}