forked from summernote/summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.75 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "summernote",
"description": "Super simple WYSIWYG editor",
"version": "0.8.8",
"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",
"scripts": {
"start": "grunt server",
"test": "grunt test",
"build": "grunt build",
"dist": "grunt dist",
"test-travis": "grunt test-travis --verbose",
"test-saucelabs": "grunt saucelabs-test",
"coveralls": "grunt coveralls:travis"
},
"dependencies": {
"bootstrap": "^3.3.7"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-spies": "^0.7.1",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "~2.2.0",
"grunt-contrib-watch": "*",
"grunt-coveralls": "^1.0.0",
"grunt-exec": "^2.0.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^2.0.0",
"grunt-recess": "*",
"grunt-saucelabs": "*",
"grunt-webfont": "^1.0.2",
"karma": "1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"load-grunt-tasks": "3.5.2",
"mocha": "^3.2.0",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.1.7",
"requirejs": "^2.1.22"
}
}