-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "animate-a-name",
"version": "1.0.1",
"contributors": "Suriyaa Sundararuban",
"description": "A Google Doodle by Suriyaa.",
"main": "index.html",
"repository": {
"type": "git",
"url": "[email protected]:SuriyaaKudoIsc/animate-a-name.git"
},
"keywords": [
"animate",
"a",
"name",
"suriyaa",
"open source",
"animate a name",
"suriyaa sundararuban",
"github pages",
"website",
"official"
],
"author": {
"name": "Suriyaa Sundararuban",
"email": "[email protected]",
"url": "https://about.suriyaa.tk/"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SuriyaaKudoIsc/animate-a-name/issues"
},
"homepage": "https://animate-a-name.tk/",
"engines": {
"node": "10"
},
"scripts": {
"test": "npm install",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {},
"devDependencies": {
"all-contributors-cli": "^6.14.0"
}
}