forked from jrief/djangocms-cascade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 677 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 677 Bytes
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
{
"name": "djangocms-cascade",
"version": "0.7.0",
"description": "DjangoCMS-Cascade is the Swiss army knife for working with Django CMS plugins",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrief/djangocms-cascade.git"
},
"author": "Jacob Rief",
"license": "MIT",
"bugs": {
"url": "https://github.com/jrief/djangocms-cascade/issues"
},
"homepage": "https://github.com/jrief/djangocms-cascade#readme",
"dependencies": {
"bootstrap-sass": "^3.3.6"
}
}