2014-01-10 01:03:28 +04:00
|
|
|
{
|
2014-03-22 21:36:29 +04:00
|
|
|
"name": "{{cookiecutter.repo_name}}",
|
2014-01-10 01:03:28 +04:00
|
|
|
"version": "{{ cookiecutter.version }}",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2015-07-23 21:49:26 +03:00
|
|
|
"grunt": "~0.4.5",
|
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2014-01-10 01:03:28 +04:00
|
|
|
"grunt-bg-shell": "~2.3.1",
|
|
|
|
"connect-livereload": "~0.3.2",
|
2015-07-23 21:49:26 +03:00
|
|
|
"time-grunt": "~1.2.1",
|
|
|
|
"load-grunt-tasks": "~3.2.0",
|
|
|
|
"grunt-sass": "~1.0.0",
|
|
|
|
"grunt-postcss": "~0.5.5",
|
|
|
|
"cssnano": "~2.1.0",
|
2015-07-23 22:17:49 +03:00
|
|
|
"autoprefixer-core": "~5.2.1",
|
|
|
|
"pixrem": "~1.3.1"
|
2014-01-10 01:03:28 +04:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8.0"
|
|
|
|
}
|
|
|
|
}
|