-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.27 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.27 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
{
"name": "electron-react-starter-kit",
"version": "0.0.1",
"description": "A basic scaffolding to get started with building applications using Electron",
"main": "lib/main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . 'Change Me' --platform=all --arch=all --version=0.37.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turingschool-examples/electron-react-starter-kid.git"
},
"keywords": [
"electron",
"react"
],
"author": "Steve Kinney",
"license": "MIT",
"bugs": {
"url": "https://github.com/turingschool-examples/electron-react-starter-kid/issues"
},
"homepage": "https://github.com/turingschool-examples/electron-react-starter-kid#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^6.0.2",
"electron-packager": "^6.0.2",
"electron-prebuilt-compile": "^0.37.5",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.3.0",
"react": "^15.0.1",
"react-bootstrap": "^0.28.5",
"react-dom": "^15.0.1"
},
"dependencies": {
"babel": "^6.5.2",
"electron-packager": "^6.0.2",
"electron-prebuilt-compile": "^0.37.7",
"react": "^15.0.1",
"react-bootstrap": "^0.28.5",
"react-dom": "^15.0.1"
}
}