-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
56 lines (56 loc) · 1.22 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "mozpacers",
"version": "1.0.0",
"description": "This is the official website of Mozpacers",
"main": "index.js",
"homepage": "https://github.com/Mozpacers/Mozpacers.github.io#readme",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mozpacers/Mozpacers.github.io.git"
},
"keywords": [
"mozilla",
"mozilla",
"delhi",
"website",
"webdev",
"website",
"development",
"website"
],
"author": {
"name": "Mozpacers and other contributors",
"url": "https://github.com/Mozpacers/Mozpacers.github.io/blob/master/CONTRIBUTORS.txt"
},
"maintainers": [
{
"name": "Nikhil Handa",
"email": "[email protected]"
},
{
"name": "Sanyam Khuranna",
"email": "[email protected]"
},
{
"name": "Anup Kumar Mishra",
"email": "[email protected]"
},
{
"name": "Bhuvnesh Dogra",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Mozpacers/Mozpacers.github.io/issues"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}