mirror of
https://github.com/seigler/generative
synced 2025-07-25 14:26:09 +00:00
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.5.2",
|
|
"html-brunch-static": "^1.4.1",
|
|
"uglify-js-brunch": "^2.10.0"
|
|
}
|
|
}
|