-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "popular-message",
"version": "1.2.0",
"description": "轻量级的信息反馈组件,在顶部居中显示,并自动消失。有多种不同的提示状态可选择。",
"main": "index.js",
"scripts": {
"test": "jest",
"testC": "jest --coverage",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"gulpV": "gulp -v",
"build": "gulp"
},
"repository": "https://github.com/nihaojob/popular-message.git",
"files": [
"index.js",
"index.css"
],
"keywords": [
"message",
"notice",
"notification"
],
"author": {
"name": "秦少卫",
"email": "[email protected]",
"url": "https://github.com/nihaojob"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nihaojob/message/issues"
},
"homepage": "https://github.com/nihaojob/popular-message#readme",
"devDependencies": {
"gulp": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-htmlmin": "5.0.1",
"gulp-rename": "2.0.0",
"gulp-uglify": "3.0.2",
"coveralls": "^3.1.1",
"jest": "26"
}
}