diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 97a1988d..00000000 --- a/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "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" -} |