-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 984 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
{
"name": "recombinator",
"version": "1.19.0",
"description": "CSS recombination system. [Advanced Research, CLI, CSS]",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"save": "git add .; git commit -m 'New Release'; git push; npm version patch; npm publish; git push;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fantasyui-com/recombinator.git"
},
"keywords": [],
"author": "fantasyui.com <fantasyui.com@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fantasyui-com/recombinator/issues"
},
"homepage": "https://github.com/fantasyui-com/recombinator#readme",
"dependencies": {
"autoprefixer": "^9.7.4",
"commander": "^2.20.3",
"cssnano": "^5.0.10",
"postcss": "^7.0.26",
"postcss-color-function": "^4.1.0",
"postcss-merge-rules": "^4.0.3",
"precss": "^4.0.0",
"revolutionize": "^1.13.0",
"web-fonts": "^1.8.0"
}
}