package.json 779 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "abp-web-resources",
  3. "version": "4.1.0",
  4. "description": "ASP.NET Boilerplate web resources",
  5. "main": "Abp/Framework/scripts/abp.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "del": "^2.2.0",
  9. "gulp": "^3.9.0",
  10. "gulp-shell": "^0.5.2",
  11. "xml2js": "^0.4.16"
  12. },
  13. "scripts": {
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/aspnetboilerplate/bower-abp-resources.git"
  19. },
  20. "keywords": [
  21. "asp.net",
  22. "boilerplate",
  23. "web",
  24. "resources"
  25. ],
  26. "author": "Halil İbrahim Kalkan",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/aspnetboilerplate/bower-abp-resources/issues"
  30. },
  31. "homepage": "http://www.aspnetboilerplate.com/"
  32. }