-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 810 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 810 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
{
"name": "@s9a/tape",
"version": "0.9.0",
"description": "vivid colors that stick to:ur gums",
"main": "tape.css",
"license": "Zlib",
"homepage": "https://s9a.github.io/tape",
"funding": "https://github.com/orgs/s9a/people",
"scripts": {
"ff": "open -a firefox index.html || start firefox index.html",
"start": "open index.html || start index.html || xdg-open index.html",
"test": "npm ls"
},
"repository": "github:s9a/tape",
"bugs": {
"url": "https://github.com/s9a/tape/issues"
},
"keywords": [
"prefers-contrast",
"color palette",
"color scheme",
"color system",
"colorful",
"contrast",
"graffiti",
"palette",
"colours",
"colors",
"colour",
"color",
"music",
"vivid",
"neon",
"vibe",
"css"
]
}