UNPKG

836 BJSONView Raw
1{
2 "name": "@doubledotlabs/dot.css",
3 "version": "0.2.1",
4 "description": "",
5 "main": "",
6 "files": [
7 "README.md",
8 "LICENSE",
9 "package.json",
10 "/dist",
11 "/scss"
12 ],
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://code.horrific.dev/james/dot.css.git"
19 },
20 "author": "Double Dot Labs <mail@doubledot.dev> (https://doubledot.dev/)",
21 "license": "MPL-2.0",
22 "bugs": {
23 "url": "https://code.horrific.dev/james/dot.css/issues"
24 },
25 "homepage": "https://doubledot.dev/dot-css",
26 "devDependencies": {
27 "autoprefixer": "^10.4.7",
28 "cssnano": "^5.1.12",
29 "postcss": "^8.1.0",
30 "postcss-cli": "^10.0.0",
31 "sass": "^1.53.0"
32 },
33 "dependencies": {
34 "@popperjs/core": "^2.11.5",
35 "bootstrap": "^5.1.3"
36 },
37 "bundledDependencies": [
38 "bootstrap"
39 ]
40}