-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 858 Bytes
/
package.json
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
{
"name": "neutralinojs-menubar",
"version": "1.1.0",
"description": "An almost native menubar for neutralinojs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node scripts/build.js",
"buildESM": "node scripts/buildESM.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scanline/neutralinojs-menubar.git"
},
"author": "scanline",
"license": "MIT",
"bugs": {
"url": "https://github.com/scanline/neutralinojs-menubar/issues"
},
"homepage": "https://github.com/scanline/neutralinojs-menubar#readme",
"devDependencies": {
"browserify": "^17.0.1",
"browserify-css": "^0.15.0",
"cjs-module-lexer": "^1.2.1",
"enhanced-resolve": "^5.8.2",
"esbuild": "^0.21.5",
"esbuild-plugin-inline-import": "^1.1.0",
"minify": "^7.2.2"
},
"browserify-css": "./scripts/browserify-css.js"
}