Added core project files
This commit is contained in:
commit
65a9a4ed1c
3 changed files with 19 additions and 0 deletions
0
README.md
Normal file
0
README.md
Normal file
19
package.json
Normal file
19
package.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
0
src/app.js
Normal file
0
src/app.js
Normal file
Reference in a new issue