forked from angular-ui/ui-codemirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 807 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
{
"name": "angular-ui-codemirror",
"version": "0.0.5",
"description": "This directive allows you to add CodeMirror to your textarea elements.",
"author": "https://github.com/angular-ui/ui-codemirror/contributors",
"license": "MIT",
"homepage": "http://angular-ui.github.com",
"main": "./ui-codemirror.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"out",
"test*",
"demo*",
"gruntFile.js",
"package.json"
],
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-codemirror.git"
},
"dependencies": {
"angular": "~1.0.x",
"codemirror": "~3.15.0"
},
"devDependencies": {
"angular-mocks": "~1.x",
"angular-ui-bootstrap-bower": "~0.5.0",
"angular-ui-docs": "angular-ui/angular-ui-docs"
}
}