This repository was archived by the owner on Apr 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 KB
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
{
"name": "got-api",
"version": "0.0.1",
"description": "This package provides and api that scrapes data from a wiki",
"main": "app.js",
"author": "",
"license": "ISC",
"private": true,
"homepage": "https://github.com/Rostlab/JS16_ProjectA",
"bugs": {
"url": "https://github.com/Rostlab/JS16_ProjectA/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Rostlab/JS16_ProjectA.git"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"body-parser": "~1.15.0",
"cheerio": "^0.20.0",
"console-stamp": "^0.2.0",
"cors": "^2.7.1",
"express": "latest",
"gotarffplod": "latest",
"gotplod": "latest",
"jsonfile": "^2.2.3",
"kerberos": "~0.0.17",
"mongoose": "~4.4.5",
"node-uuid": "latest",
"nodemw": "0.8.1",
"swig": "^1.4.2",
"twitter": "latest"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-apidoc": "^0.11.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~0.4.1"
},
"scripts": {
"start": "node app.js",
"test": "grunt test",
"check-updates": "npm-check-updates",
"refill": "node scripts/refill.js",
"update": "node scripts/update.js",
"safeUpdate": "node scripts/safeUpdate.js",
"updatePageRanks": "node scripts/updatePageRanks.js"
}
}