-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 864 Bytes
/
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
{
"name": "common-css-bag",
"version": "1.0.0",
"description": "reset css",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"clean": "gulp clean",
"watch": "gulp watch",
"build": "gulp build",
"concat": "gulp concat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackftz/common-css-bag.git"
},
"keywords": [],
"author": "hackftz",
"license": "ISC",
"bugs": {
"url": "https://github.com/hackftz/common-css-bag/issues"
},
"homepage": "https://github.com/hackftz/common-css-bag#readme",
"dependencies": {
"chalk": "^4.1.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-watch": "^5.0.1"
}
}