12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "author": "Uncled1023",
- "dependencies": {
- "awesome-bootstrap-checkbox": "^1.0.1",
- "bootstrap": "^3.4.1",
- "font-awesome": "^4.7.0",
- "jquery": "^3.4.1",
- "jquery-validation": "^1.19.1"
- },
- "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.2",
- "merge-stream": "^1.0.1",
- "pump": "^3.0.0",
- "rimraf": "^2.6.3",
- "uglify-es": "^3.3.10"
- },
- "keywords": [
- "Teknik",
- "Identity",
- "Authentication"
- ],
- "license": "BSD-3-Clause",
- "main": "gulpfile.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"
- }
|