Skip to content

Commit a0fd134

Browse files
Create package.json
1 parent ea3f597 commit a0fd134

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "maximum-pc-builds-archive",
3+
"version": "1.0.0",
4+
"description": "An archive of the builds featured on the last pages of the Maximum PC magazine.",
5+
"main": "index.html",
6+
"directories": {
7+
"doc": "docs"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/willtheorangeguy/Maximum-PC-Builds-Archive.git"
15+
},
16+
"author": "willtheorangeguy",
17+
"license": "CC-BY-4.0",
18+
"bugs": {
19+
"url": "https://github.com/willtheorangeguy/Maximum-PC-Builds-Archive/issues"
20+
},
21+
"homepage": "https://github.com/willtheorangeguy/Maximum-PC-Builds-Archive#readme"
22+
}

0 commit comments

Comments
 (0)