forked from angular-ui/ui-codemirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 714 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 714 Bytes
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
{
"name": "angular-ui-codemirror",
"version": "0.1.0",
"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.19.0"
},
"devDependencies": {
"angular-mocks": ">=1.0.x"
}
}