UNPKG

416 BJSONView Raw
1{
2 "name": "@tarojs/plugin-csso",
3 "version": "2.2.10",
4 "description": "Taro压缩CSS文件",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/NervJS/taro.git"
12 },
13 "keywords": [
14 "taro"
15 ],
16 "author": "luckyadam",
17 "license": "MIT",
18 "dependencies": {
19 "csso": "^3.5.0"
20 }
21}