-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 963 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 963 Bytes
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
{
"name": "@code2care/c2.css",
"version": "0.1.1",
"description": "378B gzip responsive CSS UI framework by Code2care.",
"license": "MIT",
"homepage": "https://code2care.github.io/c2.css/",
"repository": {
"type": "git",
"url": "git+https://github.com/code2care/c2.css.git"
},
"bugs": {
"url": "https://github.com/code2care/c2.css/issues"
},
"keywords": [
"css",
"css-framework",
"micro-framework",
"minimal-css",
"html5",
"no-javascript"
],
"style": "c2.css",
"exports": {
".": "./c2.css",
"./c2.css": "./c2.css",
"./c2.200.css": "./c2.200.css",
"./c2.nano.css": "./c2.nano.css"
},
"files": [
"c2.css",
"c2.200.css",
"c2.nano.css",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"test": "./test.sh",
"pack:check": "npm pack --dry-run"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "public"
}
}