-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 883 Bytes
/
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
{
"name": "1bit-ui",
"version": "0.18.1",
"description": "CSS library for making 1-bit UIs",
"browser": "dist/1bit-ui.css",
"files": [],
"scripts": {
"upgrade": "npm-check -u",
"start": "serve src",
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "node bin/build.js",
"postversion": "git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavebeem/1bit-ui.git"
},
"keywords": [
"css",
"front-end",
"framework",
"web"
],
"author": "Sage Fennel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wavebeem/1bit-ui/issues"
},
"homepage": "https://github.com/wavebeem/1bit-ui#readme",
"devDependencies": {
"npm-check": "^5.9.2",
"prettier": "^2.0.4",
"serve": "^11.3.2",
"shelljs": "^0.8.3"
}
}