-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 755 Bytes
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
30
31
32
33
{
"name": "django-cms-4",
"description": "Project for trying out new things around django cms 4",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/marksweb/django-cms-4"
},
"keywords": [
"django",
"django-cms"
],
"author": "Mark Walker",
"license": "ISC",
"main": "gulpfile.js",
"devDependencies": {
"del": "^6.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-hub": "^4.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-util": "^3.0.8",
"merge-stream": "^2.0.0",
"node-sass": "^6.0.1"
},
"scripts": {
"scss": "gulp sass"
}
}