8000 Update and added package.json · css-ui/css-ui@2de53ae · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 2de53ae

Browse files
committed
Update and added package.json
1 parent 1e10014 commit 2de53ae

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "cssui-simple",
3+
"version": "2.3.5",
4+
"description": "Basic styles for simple websites.",
5+
"main": "cssui.css",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://accgit@github.com/css-ui/css-ui.git"
9+
},
10+
"keywords": [
11+
"css",
12+
"css-framework"
13+
],
14+
"author": "Zdeněk Papučík <zdenek.papucik@gmail.com>",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/css-ui/css-ui/issues"
18+
},
19+
"dependencies": {
20+
"normalize.css": "^8.0"
21+
},
22+
"homepage": "https://github.com/css-ui/css-ui#readme"
23+
}

readme.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44

55
Basic styles for simple responsive websites.
66

7-
## Requirements
8-
9-
- [normalize.css](https://github.com/necolas/normalize.css)
10-
11-
## Installation
12-
13-
```
14-
composer require css-ui/css-ui
15-
```
16-
177
## Demo
188

199
https://css- 32D5 ui.github.io/

0 commit comments

Comments
 (0)
0