forked from DjangoGirls/djangogirls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 842 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
24
25
26
27
28
29
{
"name": "djangogirls",
"private": true,
"version": "1.0.0",
"description": "This repository contains sources of Django application that powers [DjangoGirls.org](http://djangogirls.org/).",
"repository": {
"type": "git",
"url": "git+https://github.com/DjangoGirls/djangogirls.git"
},
"bugs": {
"url": "https://github.com/DjangoGirls/djangogirls/issues"
},
"homepage": "https://github.com/DjangoGirls/djangogirls#readme",
"devDependencies": {
"bootstrap": "^3.3.6",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-environments": "0.1.3",
"gulp-rev": "^7.0.0",
"gulp-rev-css-url": "0.1.0",
"gulp-rev-napkin": "0.1.0",
"gulp-stylus": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"stylus": "^0.59.0"
}
}