123456789101112131415161718192021 |
- {
- "name": "SmartUPS",
- "version": "0.1.0",
- "devDependencies": {
- "eslint": "^6.8.0",
- "grunt": "^1.1.0",
- "grunt-contrib-clean": "^2.0.0",
- "grunt-contrib-compress": "^1.6.0",
- "grunt-contrib-cssmin": "^3.0.0",
- "grunt-contrib-htmlmin": "^3.1.0",
- "grunt-contrib-imagemin": "^4.0.0",
- "grunt-contrib-jshint": "^2.1.0",
- "grunt-contrib-nodeunit": "~2.1.0",
- "grunt-contrib-uglify": "^4.0.1",
- "grunt-processhtml": "^0.4.2",
- "grunt-replace": "^1.0.1"
- },
- "author": "Avetisyan Karen",
- "license": "ISC",
- "description": ""
- }
|