mirror of
https://github.com/seigler/generative
synced 2025-07-26 22:56:10 +00:00
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7) Signed-off-by: dependabot[bot] <support@github.com>
31 lines
923 B
JSON
31 lines
923 B
JSON
{
|
|
"author": "",
|
|
"description": "",
|
|
"name": "p5-brunch",
|
|
"repository": "",
|
|
"scripts": {
|
|
"start": "brunch watch --server",
|
|
"build": "rm -rf public/ && brunch build --production",
|
|
"deploy": "npm run build && npm run push-gh-pages",
|
|
"push-gh-pages": "git-directory-deploy --directory public/"
|
|
},
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"p5": "^0.10.2",
|
|
"simplex-noise": "^2.4.0",
|
|
"voronoi": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"auto-reload-brunch": "^2.7.1",
|
|
"brunch": "^2.10.17",
|
|
"brunch-static": "^1.2.3",
|
|
"buble-brunch": "^2.0.0",
|
|
"clean-css-brunch": "^2.10.0",
|
|
"copycat-brunch": "^1.1.1",
|
|
"digest-brunch": "^1.6.0",
|
|
"git-directory-deploy": "^1.5.1",
|
|
"handlebars": "^4.7.7",
|
|
"html-brunch-static": "^1.4.1",
|
|
"uglify-js-brunch": "^2.10.0"
|
|
}
|
|
}
|