forked from maykinmedia/django-admin-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 821 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 821 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
{
"name": "django-admin-index",
"version": "1.4.0",
"description": "====================== Admin Index for Django ======================",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"scss": "parcel build scss/admin-index.scss --out-dir django_admin_index/static/admin/css/",
"watch": "parcel watch scss/admin-index.scss --out-dir django_admin_index/static/admin/css/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maykinmedia/django-admin-index.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/maykinmedia/django-admin-index/issues"
},
"homepage": "https://github.com/maykinmedia/django-admin-index#readme",
"devDependencies": {
"parcel": "^1.12.4",
"sass": "^1.26.10"
}
}