1
Fork 0

Added core project files

This commit is contained in:
Jake Howard 2015-12-11 17:56:12 +00:00
commit 65a9a4ed1c
3 changed files with 19 additions and 0 deletions

0
README.md Normal file
View File

19
package.json Normal file
View 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
View File