-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 739 Bytes
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
{
"name": "desktop-github-modifier",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"electron": "^1.4.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"redux": "^3.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonardorisch/github-desktop-modifier.git"
},
"author": "leonardorisch",
"license": "ISC",
"bugs": {
"url": "https://github.com/leonardorisch/desktop-github-modifier/issues"
},
"homepage": "https://github.com/leonardorisch/desktop-github-modifier#readme",
"devDependencies": {
"redux-devtools": "^3.3.1"
}
}