-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 872 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
{
"name": "angular-lunarc-blog",
"description": "Angular Lunarc Blog",
"homepage": "https://github.com/DamienFontaine/angular-lunarc-blog",
"repository": {
"type": "git",
"url": "git://github.com/DamienFontaine/angular-lunarc-blog.git"
},
"license": "AGPL-3.0",
"main": "lib/angular-lunarc-blog.js",
"authors": [
"Damien Fontaine <damien.fontaine@lineolia.net>"
],
"keywords": [
"lunarc"
],
"moduleType": [],
"version": "0.0.3",
"dependencies": {
"angular": "1.3.15",
"angular-resource": "1.3.15",
"angular-lunarc-core": ">=0.0.4"
},
"devDependencies": {
"angular-animate": "1.3.15",
"angular-mocks": "1.3.15"
},
"ignore": [
"node_modules",
"bower_components",
"test",
".codeclimate.yml",
".eslintignore",
".eslintrc",
".gitignore",
".npmignore",
".travis.yml",
"src"
]
}