-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.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
{
"name": "django-xram_memory",
"version": "0.3.0",
"description": "This is a simple Django 2.0+ project template with my preferred setup. Most Django project templates make way too many assumptions or are just way too complicated. I try to make the least amount of assumptions possible while still trying provide a useful setup. Most of my projects are deployed to Heroku, so this is optimized for that but is not necessary.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "pipenv run py.test",
"test:cov": "pipenv run py.test --cov-report xml:cov.xml --cov xram_memory",
"celery-windows": "celery worker --app=xram_memory --pool=gevent --loglevel=INFO"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felubra/django-xram_memory.git"
},
"author": "Felipe Lube de Bragança",
"license": "ISC",
"bugs": {
"url": "https://github.com/felubra/django-xram_memory/issues"
},
"homepage": "https://github.com/felubra/django-xram_memory#readme",
"dependencies": {
"file-icon-vectors": "^1.0.0",
"material-design-icons": "^3.0.1",
"quill": "^1.3.7",
"screenfull": "^4.2.0",
"stopwords-iso": "^0.4.0"
}
}