forked from coremke/django-quill
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 904 Bytes
/
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
{
"name": "django-quilljs",
"version": "0.1.0",
"description": "Easily use Quill.js <http://quilljs.com/> in your django admin.",
"main": "index.js",
"private": true,
"dependencies": {
"browserify": "^16.2.3",
"coverify": "^1.0.7",
"faucet": "^0.0.1",
"lodash": "^4.17.11",
"phantomjs-prebuilt": "^2.1.16",
"quill": "^1.3.6",
"tape": "^4.9.2",
"testling": "^1.7.1",
"uglify-js": "^2.4.16",
"watchify": "^3.11.0"
},
"devDependencies": {
"jshint": "^2.5.10"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "github.com/muke5hy/django-quilljs"
},
"keywords": [
"django",
"quill",
"quilljs"
],
"author": "Ryan Senkbeil",
"license": "BSD",
"bugs": {
"url": "https://github.com/muke5hy/django-quilljs/issues"
},
"homepage": "https://github.com/muke5hy/django-quilljs"
}