-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 989 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "rosycss",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rosycss/rosycss.git"
},
"keywords": [
"scss"
],
"author": "swanine",
"license": "MIT",
"bugs": {
"url": "https://github.com/rosycss/rosycss/issues"
},
"homepage": "https://github.com/rosycss/rosycss#readme",
"dependencies": {
"postcss": "^8.4.5",
"sass": "^1.45.0",
"yarn": "^1.22.17"
},
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 36",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"devDependencies": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}