-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 741 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": "onyxluascripts",
"productName": "Onyx Lua Scripts",
"version": "0.1.0",
"description": "OnyxLuaScripts",
"author": "Spb8Lighting",
"license": "CC0-1.0",
"dependencies": {},
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-zip": "^5.0.0",
"merge-stream": "^2.0.0"
},
"scripts": {
"update:packages": "npm update --save-dev && npm update --save"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Spb8Lighting/OnyxLuaScripts.git"
},
"bugs": {
"url": "https://github.com/Spb8Lighting/OnyxLuaScripts/issues"
},
"homepage": "https://github.com/Spb8Lighting/OnyxLuaScripts#readme"
}