-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
37 lines (37 loc) · 812 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
{
"name": "angular-asciidoc-directive",
"version": "0.2.0",
"authors": [
"Anthonny Quérouil <[email protected]>"
],
"main": "dist/asciidoc.all.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"tmp",
"asciidoctorjs",
"src",
"README.md",
"karma.conf.js"
],
"dependencies": {
"angular": ">=1.2.6"
},
"devDependencies": {
"angular-mocks": "=1.5.0",
"angular-scenario": ">=1.2.6",
"angular-ui-ace": "bower",
"jquery": "~2.1.0",
"sizzle": "~1.10.16",
"angular-dropfile-directive": "https://github.com/anthonny/angular-dropfile-directive.git#master",
"asciidoctor.js": "v1.5.5-1"
},
"resolutions": {
"angular": ">=1.2.6",
"opal": "0.9.0.beta2"
}
}