mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-28 09:40:14 -07:00
29 lines
648 B
JSON
29 lines
648 B
JSON
{
|
|
"name": "printabrick",
|
|
"description": "Website for printable building kits",
|
|
"main": "web/app.php",
|
|
"authors": [
|
|
"David Hübner"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/hubnedav/PrintABrick",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jQuery-ui-Slider-Pips": "jquery-ui-slider-pips#^1.11.4",
|
|
"jquery-ui": "^1.12.1",
|
|
"select2": "^4.0.3",
|
|
"three.js": "threejs#*",
|
|
"jqueryui-touch-punch": "*",
|
|
"jquery-address": "*",
|
|
"semantic": "semantic-ui#^2.2.10",
|
|
"lightbox2": "lightbox#^2.9.0"
|
|
}
|
|
}
|