-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 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
{
"name": "@rgbyk/color",
"version": "1.4.7",
"description": "a node.js color model system.",
"keywords": [
"color",
"color system",
"color schemes",
"color palettes",
"color accessibility",
"color theory",
"rgb",
"ryb",
"build-tools"
],
"homepage": "https://github.com/rgbyk/color#readme",
"bugs": {
"url": "https://github.com/rgbyk/color/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgbyk/color.git"
},
"license": "MIT",
"author": "Daniel Haim",
"scripts": {
"color": "chmod +x ./bin/lib/color.sh && ./bin/lib/color.sh",
"color-rgb": "chmod +x ./bin/lib/color-rgb.sh && ./bin/lib/color-rgb.sh",
"color-ryb": "chmod +x ./bin/lib/color-ryb.sh && ./bin/lib/color-ryb.sh",
"unpack-rgbyk": "chmod +x ./bin/lib/unpack-rgbyk.sh && ./bin/lib/unpack-rgbyk.sh",
"watch:color": "nodemon --watch src/scss -e scss -x \"npm run color\"",
"watch:color-rgb": "nodemon --watch src/scss -e scss -x \"npm run color-rgb\"",
"watch:color-ryb": "nodemon --watch src/scss -e scss -x \"npm run color-ryb\""
},
"dependencies": {
"autoprefixer": "^10.4.13",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001431",
"css-declaration-sorter": "^6.3.1",
"cssnano": "^5.1.14",
"minimist": "^1.2.7",
"nodemon": "^2.0.20",
"postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-merge-idents": "^5.1.1",
"postcss-merge-rules": "^5.1.3",
"postcss-sorting": "^7.0.1",
"sass": "^1.56.1"
}
}