123456789101112131415161718192021 |
- {
- "name": "SmartUPS",
- "version": "0.1.0",
- "devDependencies": {
- "eslint": "^4.11.0",
- "grunt": "^1.0.1",
- "grunt-contrib-clean": "^1.1.0",
- "grunt-contrib-compress": "^1.4.3",
- "grunt-contrib-cssmin": "^2.2.1",
- "grunt-contrib-htmlmin": "^2.4.0",
- "grunt-contrib-imagemin": "^2.0.1",
- "grunt-contrib-jshint": "^1.1.0",
- "grunt-contrib-nodeunit": "~1.0.0",
- "grunt-contrib-uglify": "^3.1.0",
- "grunt-processhtml": "^0.4.1",
- "grunt-replace": "^1.0.1"
- },
- "author": "Avetisyan Karen",
- "license": "ISC",
- "description": ""
- }
|