github-desktop/app/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "desktop",
2016-11-01 17:52:06 +00:00
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
2017-01-21 00:18:09 +00:00
"version": "0.0.20",
"main": "./main.js",
"repository": {
"type": "git",
"url": "https://github.com/desktop/desktop.git"
},
"description": "The People's Glorious GitHub Client",
"author": "",
"license": "MIT",
"dependencies": {
"byline": "^4.2.2",
2016-11-02 16:21:35 +00:00
"classnames": "^2.2.5",
"codemirror": "^5.19.0",
"dexie": "^1.4.1",
2017-01-23 16:58:40 +00:00
"electron-window-state": "^4.0.1",
"event-kit": "^2.0.0",
2016-12-07 22:27:58 +00:00
"front-matter": "^2.1.1",
"git-kitchen-sink": "^1.18.0",
2016-12-04 23:02:14 +00:00
"iconv-lite": "^0.4.15",
"keytar": "^3.0.2",
2016-07-26 02:09:48 +00:00
"moment": "^2.14.1",
"octokat": "^0.5.0-beta.0",
2017-01-26 19:34:40 +00:00
"react": "^15.4.2",
2016-10-28 15:40:37 +00:00
"react-addons-css-transition-group": "^15.3.2",
2016-07-29 20:10:40 +00:00
"react-addons-shallow-compare": "^15.3.0",
2017-01-26 19:34:40 +00:00
"react-dom": "^15.4.2",
2016-12-15 13:44:28 +00:00
"react-virtualized": "^8.8.1",
2016-09-09 21:20:44 +00:00
"textarea-caret": "^3.0.1",
2016-11-17 21:18:57 +00:00
"untildify": "^3.0.2",
"username": "^2.2.2",
"uuid": "^3.0.1"
},
"devDependencies": {
2016-12-05 04:53:33 +00:00
"fs-extra": "^1.0.0",
"react-addons-perf": "15.3.2",
"react-addons-test-utils": "15.3.2",
"style-loader": "^0.13.1",
2016-07-25 15:29:16 +00:00
"temp": "^0.8.3",
"webpack-hot-middleware": "^2.10.0"
}
}