-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathbower.json
38 lines (38 loc) · 857 Bytes
/
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
{
"name": "facebook-ads-sdk",
"version": "2.10.5",
"description": "SDK for the Facebook Ads API in Javascript and Node.js",
"author": {
"name": "Lucas Costa",
"url": "https://github.com/lucascosta"
},
"maintainers": [
"lucascosta <lucas@lucascosta.com>"
],
"homepage": "https://github.com/lucascosta/facebook-js-ads-sdk",
"bugs": "https://github.com/lucascosta/facebook-js-ads-sdk/issues",
"keywords": [
"facebook",
"ads",
"sdk",
"api",
"javascript",
"nodejs",
"amd",
"requirejs",
"umd",
"promises"
],
"repository": {
"type": "git",
"url": "git://github.com/lucascosta/facebook-js-ads-sdk.git"
},
"devDependencies": {
"bluebird": "^3.4.1",
"chai": "^3.5.0",
"mocha": "^2.5.3",
"requirejs": "^2.2.0"
},
"main": "./dist/iife.js",
"license": "MIT"
}