forked from outbrain-inc/Leonardo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
46 lines (46 loc) · 868 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
45
46
{
"name": "leonardo",
"version": "1.0.0",
"homepage": "https://github.com/outbrain/Leonardo",
"repository": {
"type": "git",
"url": "git://github.com/outbrain/Leonardo.git"
},
"authors": [
"sagivf <[email protected]>",
"dwido <[email protected]>",
"tsachis <[email protected]>"
],
"description": "scenario runner",
"main": [
"dist/leonardo.js",
"dist/leonardo.min.css"
],
"keywords": [
"angularjs",
"leonardo",
"mocking"
],
"license": "MIT",
"dependencies": {
"angular": "~1.x.x",
"angular-mocks": "~1.x.x"
},
"ignore": [
"**/.*",
"src",
"docs",
"build",
".*",
"/.*",
"gulpfile.js",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"tether-shepherd": "~1.1.3",
"angular-deckgrid": "~0.5.0"
}
}