1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
django-client-reverse-helper/package.json

20 lines
594 B
JSON
Raw Normal View History

2015-12-11 17:56:12 +00:00
{
"name": "django-client-reverse-helper",
"version": "0.0.0",
"description": "Client side helper for Django-Client-Reverse",
"main": "build/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealOrangeOne/django-client-reverse-helper.git"
},
"author": "TheOrangeOne",
"license": "MIT",
"bugs": {
"url": "https://github.com/RealOrangeOne/django-client-reverse-helper/issues"
},
"homepage": "https://github.com/RealOrangeOne/django-client-reverse-helper#readme"
}