forked from coremke/django-quill
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 862 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
{
"name": "django-quill",
"version": "0.1.0",
"description": "Easily use Quill.js <http://quilljs.com/> in your django admin.",
"main": "index.js",
"private": true,
"dependencies": {
"browserify": "^7.0.0",
"coverify": "^1.0.7",
"faucet": "^0.0.1",
"lodash": "^2.4.1",
"phantomjs": "^1.9.12",
"quill": "^0.20.0",
"tape": "^3.0.3",
"testling": "^1.7.1",
"uglify-js": "^2.4.16",
"watchify": "2.1.1"
},
"devDependencies": {
"jshint": "^2.5.10"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "github.com/gsmke/django-quill"
},
"keywords": [
"django",
"quill"
],
"author": "Ryan Senkbeil",
"license": "BSD",
"bugs": {
"url": "https://github.com/gsmke/django-quill/issues"
},
"homepage": "https://github.com/gsmke/django-quill"
}