-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 847 Bytes
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "daveyp",
"version": "1.0.0",
"description": "Portfolio website",
"main": "index.js",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soundwanders/daveyp.git"
},
"keywords": [
"davey",
"perron",
"website",
"ultra",
"nightmare",
"neoneon",
"music",
"art",
"movies",
"html",
"css",
"js",
"bootstrap"
],
"author": "soundwanders",
"license": "MIT",
"bugs": {
"url": "https://github.com/soundwanders/daveyp/issues"
},
"homepage": "https://github.com/soundwanders/daveyp#readme",
"devDependencies": {
"prettier": "2.5.1"
},
"dependencies": {
"aos": "^2.3.4"
}
}