forked from summernote/summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
53
54
{
"name": "summernote",
"description": "Super simple WYSIWYG editor",
"version": "0.8.2",
"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": {
"chai": "^3.2.0",
"chai-spies": "^0.7.1",
"grunt": "*",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "*",
"grunt-coveralls": "^1.0.0",
"grunt-exec": "^0.4.6",
"grunt-jscs": "^2.6.0",
"grunt-karma": "^0.12.0",
"grunt-recess": "*",
"grunt-saucelabs": "*",
"grunt-webfont": "^1.0.2",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-opera-launcher": "^0.3.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-requirejs": "^0.2.2",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.0",
"load-grunt-tasks": "0.2.0",
"mocha": "^2.3.4",
"open": "0.0.4",
"phantomjs": "^1.9.17",
"requirejs": "^2.1.22"
}
}