-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 751 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 751 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
{
"name": "moveui",
"version": "2.2.1",
"description": "An Avorion game modification, that provides additional UI's.",
"main": "package.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package": "node package.js",
"release": "release-it 2.2.1 --no-npm.publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dirtyredz/MoveUI.git"
},
"author": "DigitalRedz | David McClain (Dirtyredz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dirtyredz/MoveUI/issues"
},
"homepage": "https://github.com/dirtyredz/MoveUI#readme",
"devDependencies": {
"archiver": "^3.0.0",
"del": "^3.0.0",
"fs": "0.0.1-security",
"release-it": "^8.2.0"
}
}