1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Teknik/IdentityServer/package.json

44 lines
1.2 KiB
JSON

{
"author": "Uncled1023",
"dependencies": {
"awesome-bootstrap-checkbox": "^1.0.1",
"bootstrap": "^3.4.1",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"jquery-validation": "^1.19.3"
},
"description": "Teknik Services",
"devDependencies": {
"del": "^6.0.0",
"git-rev-sync": "^3.0.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0",
"pump": "^3.0.0",
"rimraf": "^3.0.2",
"uglify-es": "^3.3.10"
},
"keywords": [
"Teknik",
"Identity",
"Authentication"
],
"license": "BSD-3-Clause",
"main": "gulpfile.js",
"name": "teknik-identity",
"repository": {
"type": "git",
"url": "https://git.teknik.io/Teknikode/Teknik"
},
"scripts": {
"pre-publish": "npm install && gulp clean && gulp copy-assets",
"build": "npm install && gulp eslint && gulp clean && gulp copy-assets && gulp load-bundle && gulp min && gulp update-version",
"gulp": "gulp"
},
"version": "2.1.0"
}