forked from summernote/summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "summernote",
"description": "Super simple WYSIWYG editor",
"version": "0.7.0",
"license": "MIT",
"keywords": [
"editor",
"WYSIWYG"
],
"repository": {
"type": "git",
"url": "https://github.com/summernote/summernote.git"
},
"author": {
"name": "hackerwins",
"email": "<[email protected]>"
},
"main": "dist/summernote.js",
"devDependencies": {
"grunt": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-qunit": "0.5.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "*",
"grunt-coveralls": "^1.0.0",
"grunt-exec": "^0.4.6",
"grunt-karma": "^0.12.0",
"grunt-recess": "*",
"grunt-saucelabs": "*",
"karma": "^0.13.3",
"karma-coverage": "^0.4.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-qunit": "^0.1.5",
"karma-requirejs": "^0.2.2",
"load-grunt-tasks": "0.2.0",
"open": "0.0.4",
"phantomjs": "^1.9.17",
"requirejs": "2.1.9"
}
}