forked from outsideris/angular-summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "angular-summernote",
"description": "AngularJS directive to Summernote",
"version": "0.7.0",
"author": {
"name": "\"Outsider\" Jeonghoon Byun",
"email": "[email protected]",
"url": "http://blog.outsider.ne.kr/"
},
"keywords": [
"editor",
"bootstrap",
"WYSIWYG",
"angular",
"angular.js"
],
"homepage": "https://github.com/summernote/angular-summernote",
"repository": {
"type": "git",
"url": "https://github.com/outsideris/involved.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://outsider.mit-license.org/"
}
],
"devDependencies": {
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-nuget-pack": "0.0.6",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"jshint-stylish": "^2.0.1",
"karma": "~0.13.9",
"karma-chrome-launcher": "~0.2.0",
"karma-coffee-preprocessor": "~0.3.0",
"karma-coverage": "^0.5.0",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-mocha": "~0.2.0",
"karma-phantomjs-launcher": "~0.2.0",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"mocha": "~2.2.0",
"requirejs": "~2.1.10"
},
"dependencies": {}
}