8000 Create package.json · css-ui/css-ui@2583e9e · 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 2583e9e

Browse files
authored
Create package.json
1 parent a05ca3c commit 2583e9e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "css-ui",
3+
"version": "2.3.0",
4+
"description": "Basic styles for simple websites.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/css-ui/css-ui.git"
12+
},
13+
"keywords": [
14+
"css"
15+
],
16+
"author": "Zdeněk Papučík",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/css-ui/css-ui/issues"
20+
},
21+
"homepage": "https://github.com/css-ui/css-ui#readme"
22+
}

0 commit comments

Comments
 (0)
0