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.

25 lines
525 B

8 years ago
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. "siteserver": "^1.0.2",
  14. "yargs": "^10.1.1"
  15. },
  16. "devDependencies": {
  17. "gulp": "^3.9.1",
  18. "gulp-minifier": "^0.1.4"
  19. },
  20. "scripts": {
  21. "test": "echo \"Error: no test specified\" && exit 1"
  22. },
  23. "author": "",
  24. "license": "ISC"
  25. }