forked from fluid-project/fluid-launcher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.23 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
{
"name": "gpii-launcher",
"version": "1.0.0",
"description": "A launcher that merges options from the command line, environment, options files with the launcher defaults.",
"main": "index.js",
"scripts": {
"pretest": "node node_modules/rimraf/bin.js coverage/*",
"test": "node node_modules/istanbul/lib/cli.js cover --report none --print none --include-pid tests/js/all-tests.js",
"posttest": "node node_modules/istanbul/lib/cli.js report --root coverage --dir reports lcov text-summary"
},
"bin": "./src/js/wrapper.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GPII/gpii-launcher.git"
},
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://issues.gpii.net/browse/GPII"
},
"homepage": "https://github.com/GPII/gpii-launcher/",
"dependencies": {
"infusion": "3.0.0-dev.20190328T144119Z.ec44dbfab",
"kettle": "1.10.1",
"yargs": "13.2.4"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-fluid": "1.3.0",
"fluid-grunt-eslint": "18.1.2",
"grunt": "1.0.4",
"grunt-jsonlint": "1.1.0",
"istanbul": "0.4.5",
"jsonlint": "1.6.3",
"node-jqunit": "1.1.8",
"rimraf": "2.6.3"
}
}