mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 12:17:37 +03:00
125037cf8a
* project_name may contain spaces, do not use for generating emails * 'name' variable in package.json is used by Gruntfile to figure-out the directory structure of project, so `repo_name` is what must be used here
18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"name": "{{cookiecutter.repo_name}}",
|
|
"version": "{{ cookiecutter.version }}",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-bg-shell": "~2.3.1",
|
|
"connect-livereload": "~0.3.2",
|
|
"grunt-contrib-compass": "~0.7.0",
|
|
"time-grunt": "~0.2.7",
|
|
"load-grunt-tasks": "~0.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
}
|