-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "angular-summernote",
"description": "AngularJS directive to Summernote",
"version": "0.8.1",
"author": {
"name": "\"Outsider\" Jeonghoon Byun",
"email": "[email protected]",
"url": "http://blog.outsider.ne.kr/"
},
"main": "dist/angular-summernote.js",
"keywords": [
"editor",
"bootstrap",
"WYSIWYG",
"angular",
"angular.js"
],
"homepage": "https://github.com/summernote/angular-summernote",
"repository": {
"type": "git",
"url": "https://github.com/outsideris/involved.git"
},
"license": "MIT",
"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",
"phantomjs": "^2.1.7",
"requirejs": "~2.1.10"
},
"dependencies": {}
}