forked from zalog/placeholder-loading
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1007 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
33
34
35
36
37
38
39
{
"name": "placeholder-loading",
"version": "0.2.2",
"description": "Simple and flexible, css only, content placeholder loading animation.",
"scripts": {
"start": "gulp",
"build": "gulp build",
"serve": "gulp serve",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"keywords": [
"placeholder",
"content",
"flex",
"scss"
],
"author": "Zalog (https://www.zalog.ro/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zalog/placeholder-loading.git"
},
"bugs": {
"url": "https://github.com/zalog/placeholder-loading/issues"
},
"homepage": "https://github.com/zalog/placeholder-loading#readme",
"devDependencies": {
"autoprefixer": "^9.6.0",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-header": "^2.0.7",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-util": "^3.0.8"
}
}