generative/package.json
2019-11-11 13:50:47 -05:00

27 lines
781 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",
"voronoi": "^1.0.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"brunch": "^2.10.17",
"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",
"uglify-js-brunch": "^2.10.0"
}
}