forked from zfeikg/vehicles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 898 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
33
34
35
36
{
"name": "vehicles",
"version": "1.0.0",
"description": "A simple yet Mini World Plugin Pack with vehicles.",
"repository": {
"type": "git",
"url": "git+https://github.com/thatRARE/vehicles.git"
},
"keywords": [
"mwba",
"plugin-pack",
"gulp"
],
"author": "thatRARE",
"license": "MIT",
"bugs": {
"url": "https://github.com/thatRARE/vehicles/issues"
},
"homepage": "https://github.com/thatRARE/vehicles#readme",
"devDependencies": {
"eslint": "^5.6.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^3.9.1",
"gulp-imagemin": "^4.1.0",
"gulp-jsonminify": "^1.1.0",
"gulp-luaminify": "0.0.1",
"run-sequence": "^2.2.1"
},
"dependencies": {
"del": "^3.0.0"
}
}