-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 850 Bytes
/
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
{
"name": "smmrzr",
"version": "1.0.0",
"description": "Smmrzr is a web application that will allow a user to summarize any text composition whether that be a news article or a story.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamalston/smmrzr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adamalston/smmrzr/issues"
},
"homepage": "https://github.com/adamalston/smmrzr#readme",
"dependencies": {
"axios": "^0.19.2",
"bulma": "^0.8.2",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"fs": "0.0.1-security",
"jquery": "^3.5.0",
"path": "^0.12.7"
}
}