diff options
| author | 2018-06-19 22:09:52 +0100 | |
|---|---|---|
| committer | 2018-06-19 22:09:52 +0100 | |
| commit | ae56d3ffb452d0d206d262eba93dadf0ad28264a (patch) | |
| tree | fac19725fd9a71b5affb877389814fcc56d06402 | |
| parent | [Jams] EasyList was blocking the JetBrains logo (diff) | |
Add package.json
| -rw-r--r-- | package.json | 28 | 
1 files changed, 28 insertions, 0 deletions
| diff --git a/package.json b/package.json new file mode 100644 index 00000000..362b583f --- /dev/null +++ b/package.json @@ -0,0 +1,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-sourcemaps": "^2.6.4", +    "gulp-rename": "^1.3.0", +    "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" +} | 
