github-desktop/app/package.json

39 lines
1,006 B
JSON
Raw Normal View History

{
"name": "desktop",
"productName": "GitHub",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "0.0.2",
"main": "./main.js",
"repository": {
"type": "git",
"url": "https://github.com/desktop/desktop.git"
},
"description": "The People's Glorious GitHub Client",
"author": "",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.6.1",
"dexie": "^1.4.1",
"electron-window-state": "^3.0.3",
"event-kit": "^2.0.0",
"keytar": "^3.0.2",
2016-07-26 02:09:48 +00:00
"moment": "^2.14.1",
"octokat": "^0.5.0-beta.0",
2016-07-29 20:10:40 +00:00
"react": "^15.3.0",
"react-addons-shallow-compare": "^15.3.0",
"react-dom": "^15.3.0",
2016-08-16 17:44:38 +00:00
"react-virtualized": "^7.16.0",
"untildify": "^3.0.2"
},
"devDependencies": {
2016-07-25 15:29:16 +00:00
"fs-extra": "^0.30.0",
2016-07-21 19:45:59 +00:00
"react-addons-perf": "^15.2.1",
"react-addons-test-utils": "^15.2.1",
"react-transform-hmr": "^1.0.4",
"style-loader": "^0.13.1",
2016-07-25 15:29:16 +00:00
"temp": "^0.8.3",
"webpack-hot-middleware": "^2.10.0"
}
}