-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
24 lines (24 loc) · 1.16 KB
/
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
{
"name": "full-flow-facebook-login-and-instagram-graph-api",
"version": "1.0.0",
"description": "A framework for helping others connect to v8 graph api facebok login and access.Use javascript and v8 graph api to integrate facebook login and grab facebook account information like page account information and then get the instagram account information like the id, followers, followers count, media posts, likes,comments,insights impression, viewers. It is the full flow that can help you start using simple javascript. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-cert": "openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem",
"start": "http-server -p 4200 -o -S"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanlon/js-facebook-login-and-graph-api.git"
},
"author": "SeanLon",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanlon/js-facebook-login-and-graph-api/issues"
},
"homepage": "https://github.com/seanlon/js-facebook-login-and-graph-api#readme",
"dependencies": {
"http-server": "^0.12.3"
}
}