-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.09 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.09 KB
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
{
"name": "miscss",
"version": "1.0.0",
"description": "<h1 align=\"center\">Welcome to miscss 👋</h1> <p> <a href=\"https://miscss.migao.io\" target=\"_blank\"> <img alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /> </a> <a href=\"#\" target=\"_blank\"> <img alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /> </a> </p>",
"main": "index.js",
"scripts": {
"build": "sass lib/index.scss dist/index.css",
"doc": "docsify serve ./docs",
"buildCompact": "sass lib/index.scss dist/index.normal.css --style compact",
"buildCompressed ": "sass lib/index.scss dist/index.min.css --style compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walkingp/miscss.git"
},
"keywords": [
"CSS"
],
"author": "walkingp",
"license": "MIT",
"bugs": {
"url": "https://github.com/walkingp/miscss/issues"
},
"homepage": "https://github.com/walkingp/miscss#readme",
"dependencies": {
"i18n": "^0.8.5",
"prism": "^4.1.2",
"sass": "^1.25.0"
}
}