-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathpackage.json
42 lines (42 loc) · 976 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "cross-platform-node-guide",
"version": "1.5.3",
"type": "module",
"files": [
"docs/**/*.md"
],
"description": "🕮 How to write cross-platform Node.js code",
"keywords": [
"node",
"windows",
"unix",
"linux",
"macos",
"macosx",
"portable",
"portability",
"guide",
"guidelines",
"cross-platform",
"os",
"operating-system"
],
"license": "CC-BY-4.0",
"homepage": "https://www.github.com/ehmicky/cross-platform-node-guide",
"repository": {
"type": "git",
"url": "git+https://github.com/ehmicky/cross-platform-node-guide.git"
},
"bugs": {
"url": "https://github.com/ehmicky/cross-platform-node-guide/issues"
},
"author": "ehmicky <[email protected]> (https://github.com/ehmicky)",
"directories": {
"doc": "docs"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^3.0.30",
"@ehmicky/eslint-config": "^20.0.24",
"@ehmicky/prettier-config": "^1.0.4"
}
}