github-desktop/app/package.json

52 lines
1.4 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-03-20 00:31:07 +00:00
"version": "0.0.30",
"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",
2017-03-06 03:07:22 +00:00
"codemirror": "^5.24.2",
"dexie": "^1.4.1",
2017-03-15 23:01:02 +00:00
"dugite": "^1.22.0",
2017-03-08 05:50:11 +00:00
"electron-window-state": "^4.0.2",
"event-kit": "^2.0.0",
2017-03-08 05:52:26 +00:00
"front-matter": "^2.1.2",
2017-03-06 03:22:55 +00:00
"fs-extra": "^2.0.0",
2016-12-04 23:02:14 +00:00
"iconv-lite": "^0.4.15",
"keytar": "^3.0.2",
2017-03-08 05:51:45 +00:00
"moment": "^2.17.1",
"octokat": "^0.6.4",
2017-01-26 19:34:40 +00:00
"react": "^15.4.2",
2017-01-26 19:47:29 +00:00
"react-addons-css-transition-group": "^15.4.2",
"react-addons-shallow-compare": "^15.4.2",
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",
2017-03-08 05:53:32 +00:00
"textarea-caret": "^3.0.2",
2016-11-17 21:18:57 +00:00
"untildify": "^3.0.2",
2017-03-08 05:50:59 +00:00
"username": "^2.3.0",
"uuid": "^3.0.1",
"winston": "^2.3.1",
2017-03-08 05:49:29 +00:00
"winston-daily-rotate-file": "^1.4.5"
},
"devDependencies": {
2017-02-07 21:11:48 +00:00
"devtron": "^1.4.0",
"electron-debug": "^1.1.0",
"electron-devtools-installer": "^2.1.0",
2017-01-26 19:47:29 +00:00
"react-addons-perf": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
2017-03-08 22:51:14 +00:00
"style-loader": "^0.13.2",
2016-07-25 15:29:16 +00:00
"temp": "^0.8.3",
"webpack-hot-middleware": "^2.10.0"
}
}