package.json 667 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "fastadmin-dragsort",
  3. "version": "1.0.1",
  4. "description": "Project Description\r =====================",
  5. "main": "jquery.dragsort.js",
  6. "directories": {
  7. "example": "examples"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/karsonzhang/fastadmin-dragsort.git"
  15. },
  16. "author": "",
  17. "license": "http://dragsort.codeplex.com/license",
  18. "bugs": {
  19. "url": "https://github.com/karsonzhang/fastadmin-dragsort/issues"
  20. },
  21. "files": [
  22. "jquery.dragsort.js"
  23. ],
  24. "homepage": "https://github.com/karsonzhang/fastadmin-dragsort#readme"
  25. }