forked from slab/quill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.19 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "quill",
"version": "0.19.12",
"description": "Cross browser rich text editor",
"author": "Jason Chen <[email protected]>",
"homepage": "http://quilljs.com",
"contributors": [
"Byron Milligan <[email protected]>",
"Keegan Poppen <[email protected]>"
],
"main": "index.js",
"devDependencies": {
"async": "~1.2.1",
"browserify": "~10.2.1",
"coffee-script": "~1.9.0",
"coffeeify": "~1.1.0",
"derequire": "~2.0.0",
"eventemitter2": "~0.4.14",
"glob": "~5.0.3",
"grunt": "~0.4.5",
"grunt-browserify": "~3.8.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-stylus": "~0.21.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-karma": "~0.11.0",
"grunt-lodash": "~0.4.0",
"grunt-protractor-runner": "~2.0.0",
"grunt-sauce-connect-launcher": "~0.3.0",
"harp": "~0.17.0",
"http-proxy": "~1.11.1",
"istanbul": "~0.3.5",
"jasmine-core": "~2.3.4",
"jquery": "~2.1.3",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.7",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "~0.4.2",
"karma-firefox-launcher": "~0.1.4",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.5",
"karma-safari-launcher": "~0.1.1",
"karma-sauce-launcher": "~0.2.10",
"load-grunt-tasks": "~3.2.0",
"lodash": "~3.9.1",
"lodash-cli": "~3.9.3",
"protractor": "~2.1.0",
"rich-text": "~2.0.0",
"stylify": "~1.0.0",
"stylus": "~0.51.1",
"through": "~2.3.7",
"watchify": "~3.2.1"
},
"browser": {
"lodash": ".build/lodash.js"
},
"engines": {
"node": ">=0.10"
},
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/quilljs/quill"
},
"bugs": {
"url": "https://github.com/quilljs/quill/issues"
},
"scripts": {
"prepublish": "grunt dist",
"postpublish": "grunt clean:all",
"test": "grunt test"
},
"keywords": [
"editor",
"rich text",
"wysiwyg"
]
}