-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 879 Bytes
/
package.json
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
30
31
32
33
{
"name": "facebook_integration_spike",
"version": "0.0.1",
"main": "index.js",
"devDependencies": {
"electron-prebuilt": "^0.33.4",
"fb": "^0.7.3",
"node-twitter-api": ""
},
"scripts": {
"start": "electron ."
},
"description": "A Spike to validate wether we can use Facebook & Twitter API with Electron and to find the limitations of it.",
"dependencies": {
"electron-prebuilt": "~0.33.4",
"fb": "~0.7.3",
"node-twitter-api": "~1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nageshpodilapu/Using-Facebook-Twitter-API-with-Electron-Application.git"
},
"keywords": [
"Electron",
"Facebook",
"OAuth"
],
"author": "H4rryp0tt3r",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/nageshpodilapu/Using-Facebook-Twitter-API-with-Electron-Application/issues"
}
}