-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 878 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
36
37
{
"name": "feeds",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass -w -o public/css public/css",
"dev": "concurrently --kill-others \"npm run scss\" \"npm run start\""
},
"engines": {
"node": "9.5.0"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.1",
"bootstrap": "^4.0.0",
"express": "^4.16.2",
"express-validator": "^5.0.2",
"feedparser": "^2.2.9",
"handlebars": "^4.0.11",
"hbs": "^4.0.1",
"iconv": "^2.3.0",
"jquery": "^3.0.0",
"node-sass": "^4.7.2",
"popper.js": "^1.12.9",
"request": "^2.83.0",
"sanitize-html": "^1.17.0",
"socket.io": "^1.4.8",
"zlib": "^1.0.5"
},
"devDependencies": {
"concurrently": "^3.5.1"
}
}