layui-js/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2017-08-21 00:51:13 +00:00
{
2017-10-30 07:03:16 +00:00
"name": "layui-src",
"realname": "layui",
2018-05-28 10:50:37 +00:00
"version": "2.3.0",
2017-09-13 08:06:55 +00:00
"independents": {
2018-01-03 01:55:45 +00:00
"layim": "3.7.6"
2017-09-13 08:06:55 +00:00
},
2017-12-13 11:22:33 +00:00
"description": "Classic modular front-end component library",
2017-08-21 00:51:13 +00:00
"main": "layui.js",
"license": "MIT",
"scripts": {
2017-08-23 05:37:04 +00:00
"test": "karma start karma.conf.unit.js",
"test:cov": "npm test -- --reporters mocha,coverage",
2017-08-23 05:37:04 +00:00
"test:sauce": "karma start karma.conf.sauce.js",
"test:watch": "npm test -- --auto-watch --no-single-run"
2017-08-21 00:51:13 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sentsin/layui.git"
},
2017-12-13 11:36:33 +00:00
"author": [
"sentsin <xu@sentsin.com>"
],
2017-12-13 11:22:33 +00:00
"homepage": "https://www.layui.com",
2017-08-21 00:51:13 +00:00
"devDependencies": {
"chai": "^4.1.1",
"del": "^2.2.2",
2017-08-21 00:51:13 +00: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",
"gulp-uglify": "^1.5.4",
2017-08-21 00:51:13 +00: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",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
2017-08-21 00:51:13 +00:00
},
"bugs": {
"url": "https://github.com/sentsin/layui/issues"
},
"directories": {
"doc": "doc",
2017-10-30 07:03:16 +00:00
"example": "examples",
2017-08-21 00:51:13 +00:00
"test": "test"
},
"dependencies": {},
2017-08-21 00:51:13 +00:00
"keywords": [
"layui",
2017-12-13 11:22:33 +00:00
"ui",
"JavaScript Framework",
"toolkit",
"front-end component library"
2017-08-21 00:51:13 +00:00
]
}