-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 856 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 856 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
29
30
31
32
{
"name": "hyperiumclient.github.io",
"version": "1.0.0",
"description": "Hyperium Minecraft Client github page",
"main": "index.js",
"scripts": {
"dist": "npm run dist:css",
"dist:css": "cleancss css/main.css -o dist/main.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HyperiumClient/hyperiumclient.github.io.git"
},
"keywords": [
"Hyperium",
"Minecraft",
"Client"
],
"author": "Hyperium",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/HyperiumClient/hyperiumclient.github.io/issues"
},
"homepage": "https://github.com/HyperiumClient/hyperiumclient.github.io#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-preset-minify": "^0.5.1",
"clean-css-cli": "^4.2.1"
}
}