-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.79 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@virtuoworks/electron-sahara",
"version": "0.1.7",
"preferGlobal": true,
"description": "Electron Sahara : Command line utility for electron",
"main": "index.js",
"engines": {
"node": ">=10.16.0"
},
"bin": {
"sahara": "./bin/sahara"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha tests",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"contributors": [
{
"name": "Virtuoworks",
"url": "https://www.virtuoworks.com/"
},
{
"name": "Sami Radi",
"email": "[email protected]",
"url": "https://github.com/Sami-Radi"
},
{
"name": "Sébastien Guillon",
"email": "[email protected]",
"url": "https://github.com/Sebastien-Guillon"
},
{
"name": "Mohamed Id Bouche",
"email": "[email protected]>",
"url": "https://github.com/idbouche"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/VirtuoWorks/electron-sahara.git"
},
"author": "Sami Radi <[email protected]> (https://www.virtuoworks.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/VirtuoWorks/electron-sahara/issues"
},
"homepage": "https://github.com/VirtuoWorks/electron-sahara#readme",
"keywords": [
"electron",
"bower",
"gulp",
"sass",
"sahara",
"command"
],
"dependencies": {
"chalk": "^2.4.2",
"del": "^5.0.0",
"inquirer": "^6.4.1",
"ncp": "^2.0.0",
"ora": "^3.4.0",
"sanitize-filename": "^1.6.1",
"simple-git": "^1.118.0",
"winston": "^3.2.1"
},
"devDependencies": {
"coveralls": "^3.0.4",
"eslint": "^6.0.1",
"eslint-config-google": "^0.13.0",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1"
}
}