generator-rps
Version:
Generator-rps is a starting point for frontend projects powered by Yeoman.
28 lines (27 loc) • 795 B
JSON
{
"name": "<%= _.slugify(projectName) %>",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "^3.0.3",
"grunt-exec": "~0.4.0",
"grunt-contrib-coffee": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-watch": "~0.4",
"grunt-sass": "^0.18.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jasmine": "~0.4.1",
"grunt-notify": "~0.1.4",
"grunt-styleguide": "~0.2.4",
"grunt-cucumber": "~0.2.1",
"grunt-plato": "~0.2.0",
"grunt-contrib-copy": "~0.4.1",
"assemble": "~0.4.13",
"grunt-contrib-connect": "~0.5.0",
"connect-livereload": "~0.3.0",
"grunt-grunticon": "~1.0.0",
"grunt-bower": "~0.18.0",
"grunt-bushcaster": "0.0.7",
"grunt-string-replace": "~0.2.7"
}
}