UNPKG

1.29 kBJSONView Raw
1{
2 "name": "7.css",
3 "version": "0.16.0",
4 "description": "A design system for building faithful recreations of the Windows 7 UI.",
5 "main": "dist/7.css",
6 "files": [
7 "dist/gui",
8 "dist/7*"
9 ],
10 "scripts": {
11 "build": "node build.js",
12 "deploy": "npm run build && gh-pages -d dist",
13 "release": "npm run build && npm publish"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/khang-nd/7.css.git"
18 },
19 "keywords": [
20 "css",
21 "scss",
22 "windows",
23 "windows7",
24 "gui",
25 "ui-design"
26 ],
27 "author": "khang-nd",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/khang-nd/7.css/issues"
31 },
32 "homepage": "https://khang-nd.github.io/7.css",
33 "devDependencies": {
34 "autoprefixer": "^10.4.8",
35 "chokidar": "^3.3.1",
36 "cssnano": "^5.1.7",
37 "dedent": "^0.7.0",
38 "ejs": "^3.0.2",
39 "gh-pages": "^2.2.0",
40 "glob": "^7.1.6",
41 "highlight.js": ">=10.4.1",
42 "live-server": "^1.1.0",
43 "mkdirp": "^1.0.4",
44 "postcss": "^8.3.5",
45 "postcss-base64": "^0.7.1",
46 "postcss-calc": "^7.0.2",
47 "postcss-css-variables": "^0.14.0",
48 "postcss-import": "^12.0.1",
49 "postcss-nested": "^4.2.1",
50 "postcss-prefix-selector": "^1.15.0"
51 }
52}