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
|
{
"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": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.3.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"pump": "^3.0.0",
"run-sequence": "^2.2.1",
"uglify-es": "^3.3.9",
"vinyl-paths": "^2.1.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "[email protected]:discord-python/projects/site.git"
},
"homepage": "https://pythondiscord.com",
"bugs": "https://gitlab.com/python-discord/projects/site/issues",
"author": "Python Discord",
"license": "MIT"
}
|