blob: 53f4349c0a7ae601c6be325dc5b1557336c948eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "alee-productions-website",
"version": "1.0.0",
"description": "The official website for Alee Productions.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aleeproductions/website.git"
},
"author": "Alee",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/aleeproductions/website/issues"
},
"homepage": "https://github.com/aleeproductions/website#readme",
"dependencies": {},
"devDependencies": {}
}
|