-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.53 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.53 KB
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
{
"name": "librify",
"version": "0.0.1",
"description": "Unify all of your games in one library",
"main": "main.js",
"scripts": {
"dev": "node build/build.dev",
"prod": "node build/build",
"start": "electron main.js",
"docs": "esdoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JortvD/librify.git"
},
"keywords": [
"game",
"game-launcher"
],
"author": "JortvD",
"license": "MIT",
"bugs": {
"url": "https://github.com/JortvD/librify/issues"
},
"homepage": "https://github.com/JortvD/librify#readme",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.4",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"css-loader": "^3.0.0",
"electron": "^7.2.4",
"electron-packager": "^14.0.1",
"electron-reload": "^1.5.0",
"esdoc": "^1.1.0",
"esdoc-jsx-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"extract-loader": "^3.1.0",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^2.1.0",
"webpack": "^4.35.3",
"webpack-encoding-plugin": "^0.3.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"axios": "^0.19.0",
"igdb-api-node": "^4.0.3",
"lowdb": "^1.0.0",
"mithril": "^2.0.0-rc.8",
"moment": "^2.24.0",
"pretty-ms": "^5.0.0",
"rimraf": "^3.0.0",
"semver": "^6.3.0",
"shortid": "^2.2.14",
"string-similarity": "^3.0.0",
"tar": "^5.0.5",
"winston": "^3.2.1"
}
}