forked from yahoo/verizon-media-open-source-project-portal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1022 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
38
39
40
41
{
"name": "verizon-media-open-source-project-protal",
"description": "Lists all Open Source project at Verizon Media in an interactive and easy to use portal",
"private": true,
"version": "0.0.1",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"devDependencies": {
"fs-extra": "^9.0.1",
"http-server": "^0.12.3",
"jquery": "^3.5.1",
"material-icons": "^0.3.1",
"materialize-css": "^1.0.0",
"moment": "^2.29.0",
"seedrandom": "^3.0.5"
},
"licenses": [
{
"name": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"axios": "^0.21.1",
"body-parser": "~1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"http-server": "^0.12.3",
"jquery": "^3.5.1",
"material-icons": "^0.3.1",
"materialize-css": "^1.0.0",
"moment": "^2.29.0",
"node": "^15.4.0",
"nodemon": "^2.0.6",
"path": "^0.12.7",
"seedrandom": "^3.0.5"
}
}