-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.27 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
{
"name": "2bit-ui",
"version": "0.6.0",
"description": "A CSS library inspired by the Game Boy Color, for making 2-bit (4 color) interfaces",
"browser": "dist/2bit-ui.css",
"files": [
"dist/2bit-ui.css",
"CHANGELOG.md"
],
"scripts": {
"upgrade": "npm-check -u",
"start": "serve src",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node bin/build.js",
"prepack": "npm run build",
"favicon": "node bin/favicon.js",
"postversion": "git push --follow-tags origin HEAD && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavebeem/2bit-ui.git"
},
"keywords": [
"css",
"front-end",
"frontend",
"front end",
"framework",
"design system",
"design",
"retro",
"game boy",
"gameboy",
"game boy color",
"gameboy color",
"minimalist",
"simple",
"style",
"styles",
"8-bit",
"8bit",
"web"
],
"author": "Sage Fennel <sage@wavebeem.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wavebeem/2bit-ui/issues"
},
"homepage": "https://github.com/wavebeem/2bit-ui#readme",
"devDependencies": {
"npm-check": "^6.0.1",
"prettier": "^2.8.1",
"serve": "^14.1.2",
"shelljs": "^0.8.5"
}
}