You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
473 B

8 years ago
  1. {
  2. "name": "login",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "gulpfile.js",
  6. "dependencies": {
  7. "gulp-rename": "^1.2.2",
  8. "gulp-replace": "^0.5.4",
  9. "gulp-rev": "^7.1.2",
  10. "gulp-rev-all": "^0.9.7",
  11. "gulp-zip": "^4.0.0",
  12. "rimraf": "^2.5.4"
  13. },
  14. "devDependencies": {
  15. "gulp": "^3.9.1",
  16. "gulp-minifier": "^0.1.4"
  17. },
  18. "scripts": {
  19. "test": "echo \"Error: no test specified\" && exit 1"
  20. },
  21. "author": "",
  22. "license": "ISC"
  23. }