generated from cs130-w21/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.41 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
{
"name": "4",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/cs130-w21/template.svg?branch=master)](https://travis-ci.org/cs130-w21/template) [![Release](https://img.shields.io/github/v/release/cs130-w21/template?label=release)](https://github.com/cs130-w21/template/releases/latest)",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"jsdoc": "node ./node_modules/jsdoc/jsdoc.js -c ./documentation/conf.json -r",
"start": "node app.js",
"heroku-postbuild": "cd frontend && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cs130-w21/4.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cs130-w21/4/issues"
},
"homepage": "https://github.com/cs130-w21/4#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"better-docs": "^2.3.2",
"chai": "^4.3.0",
"chai-http": "^4.3.0",
"chai-like": "^1.1.1",
"chai-things": "^0.2.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"documentation": "^13.1.1",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsdoc": "^3.6.6",
"mocha": "^8.3.1",
"mongodb": "^3.6.3",
"react-icons": "^4.2.0"
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}