-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 839 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
{
"name": "NODEPARSE",
"private": true,
"version": "1.0.0",
"description": "Packages for NODE PARSE Project",
"author": "Justin Colangelo",
"license": "MIT",
"devDependencies": {
"beepbeep": "~1.2.0",
"colors": "~1.0.3",
"graceful-fs": "^4.1.11",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-livereload": "~3.7.0",
"gulp-rimraf": "~0.1.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "~1.3.0",
"lodash": "^4.17.5",
"minimatch": "^3.0.4"
},
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"firebase-admin": "^6.0.0",
"handlebars": "^4.0.11",
"jquery": "^3.3.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"rss-parser": "^3.4.3"
}
}