forked from DocWave/Doc-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 959 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 959 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
34
35
36
{
"name": "doc-server",
"version": "1.0.0",
"description": "JS doc repository server and scraper",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --ignore docs/ --ignore temp/ --ignore zips/ server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DocWave/Doc-Server.git"
},
"author": "Sporks, Dan Levin, Cruz Welborn, Lea Fox",
"license": "MIT",
"dependencies": {
"archiver": "^0.21.0",
"bluebird": "^3.3.1",
"body-parser": "^1.14.2",
"cheerio": "^0.20.0",
"express": "^4.13.4",
"mongoose": "^4.4.2",
"nightmare": "^2.1.6",
"path": "^0.12.7",
"phantom": "^0.9.0",
"request": "^2.69.0",
"tar": "^2.2.1",
"tar.gz": "^1.0.3",
"vo": "^1.0.3",
"website-scraper": "file:website-scraper"
},
"devDependencies": {
"morgan": "^1.7.0",
"single-line-log": "^1.0.1"
}
}