forked from python-discord/site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 735 Bytes
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
{
"name": "pysite",
"version": "1.0.0",
"description": "This is all of the code that is responsible for maintaining [our website](https://pythondiscord.com), and all of its subdomains.",
"main": "app.py",
"dependencies": {
"del": "^3.0.0",
"eslint-plugin-html": "^4.0.3",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"uglify-es": "^3.3.9"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:python-discord/site.git"
},
"homepage": "https://pythondiscord.com",
"bugs": "https://github.com/python-discord/site/issues",
"author": "Python Discord",
"license": "MIT"
}