forked from talpor/django-dashing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 710 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 710 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
27
{
"name": "django-dashing",
"version": "0.3.3",
"description": "`django-dashing` is a customisable, modular dashboard application framework for Django to visualize interesting data about your project.",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "mocha -t 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/talpor/django-dashing.git"
},
"author": "Mauricio Reyes",
"license": "MIT",
"bugs": {
"url": "https://github.com/talpor/django-dashing/issues"
},
"homepage": "https://github.com/talpor/django-dashing",
"dependencies": {
"mocha": "^3.2.0",
"phantom": "^3.2.1",
"promise-retry": "^1.1.1"
}
}