layui/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2017-08-21 08:51:13 +08:00
{
"name": "layui",
2017-09-01 07:52:28 +08:00
"version": "2.1.1",
2017-08-24 20:26:48 +08:00
"layimV": "3.7.0",
2017-08-21 08:51:13 +08:00
"description": "经典模块化前端框架",
"main": "layui.js",
"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"
},
"author": "贤心",
"homepage": "http://www.layui.com",
"devDependencies": {
"gulp": "^3.9.1",
2017-08-24 20:26:48 +08:00
"gulp-uglify": "^1.5.4",
2017-08-21 08:51:13 +08:00
"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",
2017-08-24 20:26:48 +08:00
"del": "^2.2.2",
2017-08-21 08:51:13 +08:00
"gulp-zip": "^4.0.0",
"minimist": "^1.2.0",
"chai": "^3.5.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",
2017-08-23 13:37:04 +08:00
"karma-sauce-launcher": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^3.2.0",
"sinon": "^2.0.0",
"sinon-chai": "^2.8.0"
2017-08-21 08:51:13 +08:00
},
"bugs": {
"url": "https://github.com/sentsin/layui/issues"
},
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
},
"keywords": [
"layui",
"ui"
]
}