-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 908 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
32
33
34
35
{
"name": "commentative",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbanerjeepalmer/commentative.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mbanerjeepalmer/commentative/issues"
},
"homepage": "https://github.com/mbanerjeepalmer/commentative#readme",
"dependencies": {
"axios": "^0.21.2",
"clipboard": "^2.0.6",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"jsdom": "^15.1.1",
"node-fetch": "^2.6.7",
"readability": "git+https://github.com/mozilla/readability.git",
"request": "^2.88.0",
"sweetalert2": "^9.13.1"
},
"devDependencies": {
"nodemon": "^1.19.2"
}
}