forked from angular-ui/ui-codemirror
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 691 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-karma": "~0.4.x",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-copy": "~0.4.1"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-codemirror.git"
}
}