1
0
Vork 0
django-template/package.json

31 regels
798 B
JSON

{
"name": "django-template",
"version": "1.0.0",
"description": "Django template",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.4.1",
"jquery": "^3.4.1",
"js-yaml": "3.13.1",
"popper.js": "^1.16.0"
},
"devDependencies": {
"autoprefixer": "^9.7.3",
"node-sass": "^4.12.0",
"sass-lint": "^1.13.1",
"eslint": "^4.18.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile:css": "node-sass -o static/css static/sass",
"compile:css:watch": "node-sass -o static/css static/sass --watch",
"lint:css": "sass-lint static/sass/** -v -q"
},
"repository": {
"type": "git",
"url": "https://git.2martens.de/2martens/django-template.git"
},
"author": "Jim Martens",
"license": "Apache-2.0"
}