-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 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
{
"name": "electron-is",
"version": "3.0.0",
"description": "An 'is' utility for Electron which provides a set of handy functions, with a self-descriptive name.",
"main": "is.js",
"scripts": {
"pretest": "standard",
"test": "node test/headless-test.js"
},
"keywords": [
"platform",
"type",
"process",
"arch",
"env",
"electron",
"os",
"release",
"is",
"main",
"renderer"
],
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
"contributors": [
"Masoud Ghorbani <msud.ghorbani@gmail.com> (http://msud.ir)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/delvedor/electron-is.git"
},
"bugs": {
"url": "https://github.com/delvedor/electron-is/issues"
},
"homepage": "https://github.com/delvedor/electron-is#readme",
"devDependencies": {
"electron-eval": "^0.9.10",
"standard": "^11.0.1"
},
"dependencies": {
"electron-is-dev": "^0.3.0",
"semver": "^5.5.0"
}
}