package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "layui",
  3. "version": "2.1.1",
  4. "layimV": "3.7.0",
  5. "description": "经典模块化前端框架",
  6. "main": "layui.js",
  7. "license": "MIT",
  8. "scripts": {
  9. "test": "karma start karma.conf.unit.js",
  10. "test:cov": "npm test -- --reporters mocha,coverage",
  11. "test:sauce": "karma start karma.conf.sauce.js",
  12. "test:watch": "npm test -- --auto-watch --no-single-run"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+ssh://git@github.com/sentsin/layui.git"
  17. },
  18. "author": "贤心",
  19. "homepage": "http://www.layui.com",
  20. "devDependencies": {
  21. "chai": "^4.1.1",
  22. "del": "^2.2.2",
  23. "gulp": "^3.9.1",
  24. "gulp-concat": "^2.6.0 ",
  25. "gulp-header": "^1.8.8",
  26. "gulp-if": "^2.0.1",
  27. "gulp-minify-css": "^1.2.4",
  28. "gulp-rename": "^1.2.2",
  29. "gulp-uglify": "^1.5.4",
  30. "gulp-zip": "^4.0.0",
  31. "karma": "^1.5.0",
  32. "karma-chai": "^0.1.0",
  33. "karma-chai-sinon": "^0.1.5",
  34. "karma-coverage": "^1.1.1",
  35. "karma-mocha": "^1.3.0",
  36. "karma-mocha-reporter": "^2.2.3",
  37. "karma-phantomjs-launcher": "^1.0.4",
  38. "karma-sauce-launcher": "^1.1.0",
  39. "minimist": "^1.2.0",
  40. "mocha": "^3.2.0",
  41. "sinon": "^3.2.1",
  42. "sinon-chai": "^2.13.0"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/sentsin/layui/issues"
  46. },
  47. "directories": {
  48. "doc": "doc",
  49. "test": "test"
  50. },
  51. "dependencies": {},
  52. "keywords": [
  53. "layui",
  54. "ui"
  55. ]
  56. }