forked from layui/layui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "layui-src",
"realname": "layui",
"version": "2.4.5",
"independents": {
"layim": "3.8.0"
},
"description": "Classic modular front-end component library",
"main": "layui.js",
"license": "MIT",
"scripts": {
"test": "karma start karma.conf.unit.js",
"test:cov": "npm test -- --reporters mocha,coverage",
"test:sauce": "karma start karma.conf.sauce.js",
"test:watch": "npm test -- --auto-watch --no-single-run"
},
"repository": {
"type": "git",
"url": "git ssh://[email protected]/sentsin/layui.git"
},
"author": [
"sentsin <[email protected]>"
],
"homepage": "https://www.layui.com",
"devDependencies": {
"chai": "^4.1.1",
"del": "^2.2.2",
"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",
"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"
},
"bugs": {
"url": "https://github.com/sentsin/layui/issues"
},
"directories": {
"doc": "doc",
"example": "examples",
"test": "test"
},
"dependencies": {},
"keywords": [
"layui",
"ui",
"JavaScript Framework",
"toolkit",
"front-end component library"
]
}