three-dots
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "three-dots", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "CSS loading animation made by single element.", | ||
"main": "dist/three-dots.css", | ||
"files": [ | ||
"dist", | ||
"sass", | ||
"less" | ||
], | ||
"homepage": "https://github.com/nzbin/three-dots#readme", | ||
@@ -11,3 +16,3 @@ "repository": { | ||
}, | ||
"author": "nzbin <nzb329@163.com>", | ||
"author": "nzbin", | ||
"license": "MIT", | ||
@@ -19,4 +24,6 @@ "bugs": { | ||
"three-dots", | ||
"css-framework", | ||
"sass" | ||
"loading-animations", | ||
"single-element-css-spinners", | ||
"sass", | ||
"less" | ||
], | ||
@@ -26,6 +33,7 @@ "devDependencies": { | ||
"cpy-cli": "^1.0.1", | ||
"node-sass": "^4.9.0", | ||
"node-sass": "^4.7.2", | ||
"npm-run-all": "^2.3.0", | ||
"onchange": "^2.5.0", | ||
"postcss-cli": "^2.6.0", | ||
"postcss-cli": "^4.1.1", | ||
"postcss-header": "^1.0.0", | ||
"rimraf": "^2.6.2", | ||
@@ -42,10 +50,11 @@ "stylelint": "^9.2.1", | ||
"start": "run-p build watch", | ||
"build": "run-s clean sass autoprefixer", | ||
"build": "run-s clean sass sassmin postcss", | ||
"clean": "rimraf dist", | ||
"sass": "node-sass --output-style expanded sass/three-dots.scss dist/three-dots.css && node-sass --output-style compressed sass/three-dots.scss dist/three-dots.min.css", | ||
"sass": "node-sass --output-style expanded sass/three-dots.scss dist/three-dots.css", | ||
"sassmin": "node-sass --output-style compressed sass/three-dots.scss dist/three-dots.min.css", | ||
"copy": "cpy dist/*.css !dist/*.min.css docs/css", | ||
"autoprefixer": "postcss -u autoprefixer --no-map.inline --autoprefixer.browsers \"last 1 versions\" -r dist/*.css", | ||
"watch": "onchange sass -- run-s sass copy", | ||
"postcss": "postcss -r dist/*.css --map", | ||
"watch": "onchange sass --run-s sass copy", | ||
"lint": "stylelint --syntax scss \"sass/**/*.scss\" --fix" | ||
} | ||
} |
@@ -10,2 +10,8 @@ # Three Dots | ||
## Installing | ||
```sh | ||
$ npm install three-dots --save | ||
``` | ||
## Usage | ||
@@ -12,0 +18,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80
160868
12
51
1223