-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.05 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
{
"name": "doubledot.dev",
"version": "1.0.0",
"description": "This repository contains the source code of the Double Dot Labs website, which displays current projects, blogs, and other DDL-related information. It is written in [Jekyll](https://jekyllrb.com), and pulls information from the GitHub API using the [github-metadata](https://github.com/jekyll/github-metadata) plugin.",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doubledotlabs/DoubleDotLabs.github.io.git"
},
"author": "James Fenn <18jafenn90@gmail.com> (https://jfenn.me/)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/doubledotlabs/DoubleDotLabs.github.io/issues"
},
"homepage": "https://github.com/doubledotlabs/DoubleDotLabs.github.io#readme",
"devDependencies": {
"@doubledotlabs/dot.css": "^0.1.8",
"autoprefixer": "^10.3.4",
"cssnano": "^5.0.8",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"sass": "^1.23.3"
}
}