forked from facebook/facebook-nodejs-business-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1.13 KB
/
bower.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
34
35
36
37
38
39
40
41
42
43
{
"name": "facebook-business-sdk",
"version": "3.0.0",
"description": "SDK for the Facebook Ads API in Javascript and Node.js",
"authors": [
"Zain Aziz <[email protected]>",
"Neil Chen <[email protected]>",
"Cloud Xu <[email protected]>",
"Supasate Choochaisri <[email protected]>"
],
"homepage": "https://github.com/facebook/facebook-nodejs-business-sdk/",
"bugs": "https://github.com/facebook/facebook-nodejs-business-sdk/issues",
"keywords": [
"facebook",
"ads",
"business",
"sdk",
"api",
"javascript",
"nodejs",
"amd",
"requirejs",
"umd",
"promises"
],
"repository": {
"type": "git",
"url": "git://github.com/facebook/facebook-nodejs-business-sdk.git"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "~6.17.0",
"babel-plugin-external-helpers": "~6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"babelrc-rollup": "^3.0.0",
"chai": "~3.5.0"
},
"main": "./dist/iife.js",
"license": "Platform License"
}