This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"name": "ram",
"private": true,
"version": "0.0.9",
"description": "React App Manager: create and run React applications with no command line or manual setup",
"main": "main/index.js",
"scripts": {
"start": "electron main",
"pack": "build --dir",
"build": "build"
},
"author": "Brent Jackson",
"license": "MIT",
"devDependencies": {
"electron": "^2.0.2",
"electron-builder": "^20.15.1"
},
"dependencies": {
"@compositor/logo": "^1.4.0",
"cross-spawn": "^6.0.5",
"cross-spawn-with-kill": "^1.0.0",
"electron-log": "^2.2.14",
"electron-store": "^2.0.0",
"fix-path": "^2.1.0",
"functional-electron-menu": "^1.0.0",
"kill-port": "^1.2.0",
"opn": "^5.3.0",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.4.0",
"read-pkg-up": "^3.0.0",
"rebass": "^2.0.0-2",
"rmdi": "^1.0.1",
"semver": "^5.5.0",
"styled-components": "^2.4.1",
"styled-system": "^2.2.5",
"update-electron-app": "^1.2.0"
},
"build": {
"appId": "io.compositor.ram",
"productName": "RAM",
"copyright": "© 2018 Compositor, Inc. All rights reserved",
"mac": {
"category": "public.app-category.developer-tools",
"icon": "node_modules/@compositor/logo/dist/ram.icns"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/jxnblk/ram.git"
},
"bugs": {
"url": "https://github.com/jxnblk/ram/issues"
},
"homepage": "https://github.com/jxnblk/ram#readme"
}