-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.61 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Refresh",
"description": "A Machine Learning Question Generator",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/YRSRevision/Refresh"
},
"bugs": {
"url": "https://github.com/YRSRevision/Refresh/issues"
},
"dependencies": {
"array-flatten": "1.1.1",
"async": "^1.4.0",
"aws-sign2": "^0.5.0",
"beautifier": "^0.1.7",
"bl": "^1.0.0",
"body-parser": "^1.13.3",
"caseless": "^0.11.0",
"chalk": "^1.1.0",
"cheerio": "^0.19.0",
"clockwork": "^0.1.0",
"colors": "^1.1.2",
"combined-stream": "^1.0.5",
"cookie-parser": "^1.3.5",
"cookies": "^0.5.0",
"debug": "2.2.0",
"express": "^4.13.3",
"extend": "^3.0.0",
"finalhandler": "0.4.0",
"forever-agent": "^0.6.1",
"form-data": "^0.2.0",
"har-validator": "^1.8.0",
"hawk": "^3.1.0",
"htmlparser2": "^3.8.3",
"http-signature": "^0.11.0",
"isstream": "^0.1.2",
"json-stringify-safe": "^5.0.1",
"lodash": "^3.10.1",
"merge-descriptors": "1.0.0",
"methods": "1.1.1",
"mime-types": "^2.1.6",
"mysql": "^2.9.0",
"natural": "^0.2.1",
"node-bing-api": "^2.0.0",
"node-uuid": "^1.4.3",
"oauth-sign": "^0.8.0",
"path-to-regexp": "1.2.1",
"pdftohtmljs": "^0.3.7",
"qs": "^5.0.0",
"request": "^2.60.0",
"sesh": "^0.1.0",
"stream-browserify": "^2.0.1",
"stringstream": "0.0.4",
"sync-request": "^2.0.1",
"tough-cookie": "^2.0.0",
"tunnel-agent": "^0.4.1",
"utf8": "^2.1.1"
},
"devDependencies": {},
"preferGlobal": true,
"license": "SEE LICENSE IN LISENCE"
}