forked from angular-ui/ui-codemirror
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.31 KB
/
package.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
{
"name": "angular-ui-codemirror",
"version": "0.3.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": "./src/ui-codemirror.js",
"dependencies": {},
"devDependencies": {
"angular-ui-publisher": "angular-ui/angular-ui-publisher#06e016272e0064eb030f52cffbe00daa48b56e20",
"grunt": "~0.4.2",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-conventional-changelog": "~1.1.0",
"grunt-karma": "~0.9.0",
"grunt-ng-annotate": "0.8.0",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.1",
"karma-coffee-preprocessor": "~0.2.1",
"karma-firefox-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.0",
"karma-phantomjs-launcher": "~0.1.1",
"karma-requirejs": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"load-grunt-tasks": "~1.0.0",
"requirejs": "~2.1.9"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-codemirror.git"
}
}