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.",
2016-11-18 18:12:05 +00:00
"version": "0.0.15",
"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",
"electron-window-state": "^3.1.0",
"event-kit": "^2.0.0",
2016-10-28 19:02:06 +00:00
"git-kitchen-sink": "^1.12.0",
2016-10-06 14:05:08 +00:00
"got": "^6.5.0",
"keytar": "^3.0.2",
2016-07-26 02:09:48 +00:00
"moment": "^2.14.1",
"node-uuid": "^1.4.7",
"octokat": "^0.5.0-beta.0",
2016-10-28 15:40:37 +00:00
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
2016-07-29 20:10:40 +00:00
"react-addons-shallow-compare": "^15.3.0",
2016-10-28 15:40:37 +00:00
"react-dom": "^15.3.2",
"react-virtualized": "^8.0.11",
2016-09-09 21:20:44 +00:00
"textarea-caret": "^3.0.1",
2016-11-18 20:12:30 +00:00
"to-camel-case": "^1.0.0",
2016-11-17 21:18:57 +00:00
"untildify": "^3.0.2",
"username": "^2.2.2"
},
"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"
}
}