-
Notifications
You must be signed in to change notification settings - Fork 141
/
Copy pathpackage.json
51 lines (51 loc) · 1.1 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "grunt-nw-builder",
"version": "4.11.0",
"description": "Build NW.js applications for Mac, Windows and Linux using Grunt.",
"keywords": [
"NW.js",
"Desktop",
"Application",
"Grunt"
],
"author": {
"name": "Steffen Müller",
"url": "https://www.mllrsohn.com/"
},
"maintainers": [
{
"name": "Ayushman Chhabra",
"url": "https://ayushmanchhabra.com/"
}
],
"contributors": [
{
"name": "The grunt-nw-builder Authors",
"url": "https://github.com/nwjs/grunt-nw-builder/graphs/contributors"
}
],
"license": "MIT",
"main": "tasks/nw.js",
"files": [
"tasks"
],
"homepage": "https://github.com/nwjs/grunt-nw-builder",
"repository": {
"type": "git",
"url": "https://github.com/nwjs/grunt-nw-builder.git"
},
"scripts": {
"lint": "eslint --fix tasks",
"test": "grunt get && node --test test/test.mjs"
},
"dependencies": {
"nw-builder": "^4.11.4"
},
"peerDependencies": {
"grunt": "^1.6.1"
},
"devDependencies": {
"selenium-webdriver": "^4.25.0"
},
"packageManager": "[email protected]"
}