mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"author": "Uncled1023",
|
|
"dependencies": {
|
|
"awesome-bootstrap-checkbox": "^1.0.1",
|
|
"bootstrap": "3.3.7",
|
|
"font-awesome": "^4.7.0",
|
|
"jquery": "^3.3.1",
|
|
"jquery-validation": "^1.17.0"
|
|
},
|
|
"description": "Teknik Services",
|
|
"devDependencies": {
|
|
"del": "^3.0.0",
|
|
"git-rev-sync": "^1.12.0",
|
|
"gulp": "3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-cssmin": "^0.2.0",
|
|
"gulp-rename": "^1.3.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"merge-stream": "^1.0.1",
|
|
"pump": "^3.0.0",
|
|
"rimraf": "^2.6.2",
|
|
"uglify-es": "^3.3.9"
|
|
},
|
|
"keywords": [
|
|
"Teknik",
|
|
"Identity",
|
|
"Authentication"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "webpack.config.js",
|
|
"name": "teknik",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.teknik.io/Teknikode/Teknik"
|
|
},
|
|
"scripts": {
|
|
"pre-publish": "npm install && gulp clean && gulp copy-assets && gulp watch",
|
|
"build": "npm install && gulp clean && gulp copy-assets && gulp min && gulp update-version",
|
|
"gulp": "gulp"
|
|
},
|
|
"version": "2.1.0",
|
|
"-vs-binding": {
|
|
"ProjectOpened": [
|
|
"pre-publish"
|
|
]
|
|
}
|
|
}
|