30 lines
885 B
JSON
30 lines
885 B
JSON
{
|
|
"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",
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "=6.3.13",
|
|
"babelify": "=7.2.0",
|
|
"browserify": "=12.0.1",
|
|
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
|
"eslint": "=1.10.3",
|
|
"uglify-js": "=2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"superagent": "=1.5.0"
|
|
}
|
|
}
|