layui/package.json

64 lines
1.6 KiB
JSON
Raw Normal View History

2017-08-21 08:51:13 +08:00
{
2017-10-30 15:03:16 +08:00
"name": "layui-src",
"realname": "layui",
2021-04-06 22:34:23 +08:00
"version": "2.6.4",
2017-12-13 19:22:33 +08:00
"description": "Classic modular front-end component library",
2019-06-03 07:57:12 +08:00
"main": "dist/layui.js",
2017-08-21 08:51:13 +08:00
"license": "MIT",
"scripts": {
2017-08-23 13:37:04 +08:00
"test": "karma start karma.conf.unit.js",
"test:cov": "npm test -- --reporters mocha,coverage",
2017-08-23 13:37:04 +08:00
"test:sauce": "karma start karma.conf.sauce.js",
"test:watch": "npm test -- --auto-watch --no-single-run"
2017-08-21 08:51:13 +08:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sentsin/layui.git"
},
2017-12-13 19:36:33 +08:00
"author": [
"sentsin <xu@sentsin.com>"
],
2021-04-06 22:34:23 +08:00
"homepage": "https://github.com/sentsin/layui/",
2017-08-21 08:51:13 +08:00
"devDependencies": {
2021-03-31 14:07:23 +08:00
"chai": "^4.3.4",
"del": "^2.2.2",
2017-08-21 08:51:13 +08:00
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0 ",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
2021-03-31 14:07:23 +08:00
"gulp-replace": "^0.6.1",
"gulp-uglify": "^1.5.4",
2017-08-21 08:51:13 +08:00
"gulp-zip": "^4.0.0",
"karma": "^1.5.0",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^1.1.0",
2021-03-31 14:07:23 +08:00
"minimist": "^1.2.5",
"mocha": "^3.2.0",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
2017-08-21 08:51:13 +08:00
},
"bugs": {
2021-03-31 14:07:23 +08:00
"url": "https://gitee.com/sentsin/layui/issues"
2017-08-21 08:51:13 +08:00
},
"directories": {
"doc": "doc",
2017-10-30 15:03:16 +08:00
"example": "examples",
2017-08-21 08:51:13 +08:00
"test": "test"
},
"dependencies": {},
2017-08-21 08:51:13 +08:00
"keywords": [
"layui",
2017-12-13 19:22:33 +08:00
"ui",
"JavaScript Framework",
"toolkit",
"front-end component library"
2017-08-21 08:51:13 +08:00
]
}