This repository was archived by the owner on Dec 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.28 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.28 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "viur-css",
"version": "1.0.3",
"main": "",
"dependencies": {
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-concat": "latest",
"gulp-cssnano": "latest",
"gulp-favicons": "latest",
"gulp-imagemin": "latest",
"gulp-less": "latest",
"gulp-postcss": "latest",
"gulp-rename": "latest",
"gulp-shell": "latest",
"gulp-svgmin": "latest",
"gulp-uglify": "latest",
"imagemin-pngquant": "latest",
"postcss-discard-comments": "latest",
"postcss-focus": "latest",
"postcss-font-magician": "latest",
"postcss-zindex": "latest",
"stylelint": "latest",
"stylelint-config-standard": "latest"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mausbrand Infosys",
"license": "SEE LICENSE IN LICENSE",
"description": "This is the first attempt in building a sturdy foundation of CSS (LESS) for ViUR products and Mausbrand projects. ViUR Ignite CSS is built upon the principles of many CSS guides and frameworks.",
"repository": {
"type": "git",
"url": "git+git@github.com:phneutral/viur-css.git"
},
"keywords": [
"VIUR",
"CSS",
"framework",
"vicss"
],
"homepage": "https://bitbucket.org/phneutral/viur-css#readme",
"devDependencies": {}
}