This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
86 lines (86 loc) · 2.28 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "skeletonic",
"version": "1.2.1",
"description": "A dead on, lightweight, responsive and modern CSS framework.",
"keywords": [
"skeletonic",
"CSS",
"lightweight",
"dead on",
"responsive",
"framework",
"semantic",
"mobile-first",
"modern",
"style-agnostic",
"front-end",
"frontend",
"grid system",
"typography"
],
"style": "dist/skeletonic.min.css",
"main": "dist/skeletonic.min.css",
"filename": "skeletonic.min.css",
"scripts": {
"test": "mocha",
"build": "gulp"
},
"repository": "git+https://github.com/sebastienrousseau/skeletonic.git",
"author": "Sebastien Rousseau (https://github.com/sebastienrousseau/skeletonic)",
"license": "MIT",
"license_URI": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/sebastienrousseau/skeletonic/issues"
},
"homepage": "https://skeletonic.io",
"autoupdate": {
"source": "git",
"target": "git://github.com/sebastienrousseau/skeletonic.git",
"fileMap": [
{
"basePath": "dist",
"files": [
"skeletonic-animations.css",
"skeletonic-animations.css.map",
"skeletonic-animations.min.css",
"skeletonic-colours.css",
"skeletonic-colours.css.map",
"skeletonic-colours.min.css",
"skeletonic-fonts.css",
"skeletonic-fonts.css.map",
"skeletonic-fonts.min.css",
"skeletonic-pattern.css",
"skeletonic-pattern.css.map",
"skeletonic-pattern.min.css",
"skeletonic.css",
"skeletonic.css.map",
"skeletonic.min.css"
]
}
]
},
"devDependencies": {
"csslint-stylish": "^0.0.6",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.1.0",
"gulp-csslint": "^1.0.1",
"gulp-git": "^2.10.1",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylus": "^2.7.0",
"gulp-version-filename": "^2.0.0",
"mocha": "^8.3.2",
"should": "^13.2.3",
"vinyl-paths": "3.0.1"
},
"dependencies": {
"stylint": "^2.0.0"
}
}