UNPKG

914 BJSONView Raw
1{
2 "name": "@neos21/neos-normalize",
3 "version": "1.0.13",
4 "description": "Neo's Normalize",
5 "main": "neos-normalize.min.css",
6 "style": "neos-normalize.css",
7 "sass": "neos-normalize.scss",
8 "scripts": {
9 "transpile": "node-sass --output-style=expanded neos-normalize.scss neos-normalize.css && node neos-beautify.js",
10 "minify": "cleancss -o neos-normalize.min.css neos-normalize.css"
11 },
12 "author": "Neo <neos21@gmail.com> (http://neo.s21.xrea.com/)",
13 "license": "MIT",
14 "homepage": "https://github.com/Neos21/neos-normalize#readme",
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/Neos21/neos-normalize.git"
18 },
19 "bugs": {
20 "url": "https://github.com/Neos21/neos-normalize/issues"
21 },
22 "funding": {
23 "type": "github",
24 "url": "https://github.com/sponsors/Neos21"
25 },
26 "devDependencies": {
27 "clean-css-cli": "4.1.10",
28 "node-sass": "4.9.4"
29 }
30}