-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·44 lines (44 loc) · 904 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
39
40
41
42
43
44
{
"name": "angular-gnrad",
"version": "0.1.0",
"description": "Integrate your G&R advertisements in your AngularJS applications easily.",
"homepage": "https://github.com/tahins/angular-gnrad",
"main": "dist/angular-gnrad.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/tahins/angular-gnrad.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://tahins.mit-license.org"
}
],
"author": [
"Tahin Rahman <tahin.36@gmail.com>"
],
"ignore": [
"**/.*",
"src",
"Gruntfile.js",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"AngularJS",
"G&R"
],
"dependencies": {
"angular": ">=1.2.0"
},
"devDependencies": {},
"authors": [
"Tahin Rahman <tahin.36@gmail.com>"
],
"license": "MIT"
}