-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 818 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 818 Bytes
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
{
"name": "gameservers",
"description": "List of Call of Duty 4: Modern Warfare game servers.",
"version": "1.0.0",
"homepage": "https://cod4mw.github.io/servers",
"private": true,
"author": "Sankarsan Kampa (a.k.a. k3rn31p4nic)",
"dependencies": {
"axios": "^0.18.0",
"gatsby": "^1.9.273",
"gatsby-link": "^1.6.45",
"gatsby-plugin-react-helmet": "^2.0.11",
"react-helmet": "^5.2.0"
},
"keywords": [],
"license": "GPL-3.0",
"main": "",
"scripts": {
"start": "gatsby develop -o",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve -o",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.jsx\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.13.7"
}
}