generated from risadams/repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 958 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": "@risadams/pride-flags",
"version": "1.0.2",
"description": "Pure CSS Pride Flags",
"files": [
"dist/*.css"
],
"scripts": {
"build:compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/pride-flags.scss dist/pride-flags.css",
"build:minify": "cleancss --format breaksWith=lf --source-map --source-map-inline-sources --output dist/pride-flags.min.css dist/pride-flags.css",
"build": "npm run build:compile && npm run build:minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/risadams/pride-flags.git"
},
"keywords": [
"css",
"pride",
"flags"
],
"author": "Ris Adams",
"license": "MIT",
"bugs": {
"url": "https://github.com/risadams/pride-flags/issues"
},
"homepage": "https://github.com/risadams/pride-flags#readme",
"devDependencies": {
"clean-css-cli": "^5.6.0",
"node-sass": "^9.0.0"
}
}