-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 873 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
{
"name": "django-package-deployment-workshop",
"version": "1.0.0",
"description": "Python has a powerful, versatile and fast packaging toolchain consisting of setuptools, pip and wheel. Why not use this toolchain to package and deploy Django projects instead of pushing complete Git repositories to servers?",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keimlink/django-package-deployment-workshop.git"
},
"author": "Markus Zapke-Gründemann",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/keimlink/django-package-deployment-workshop/issues"
},
"homepage": "https://github.com/keimlink/django-package-deployment-workshop#readme",
"dependencies": {
"font-awesome": "4.5.0",
"reveal.js": "3.2.0"
},
"private": true
}