mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-28 01:30:11 -07:00
32 lines
795 B
JSON
32 lines
795 B
JSON
{
|
|
"name": "printabrick",
|
|
"version": "1.0.0",
|
|
"description": "Website for printable building kits",
|
|
"main": "web/app.php",
|
|
"dependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-load-plugins": "^1.4.0",
|
|
"gulp-newer": "^1.3.0",
|
|
"gulp-sass": "^2.3.2",
|
|
"gulp-watch": "^4.3.11",
|
|
"jquery": "^3.2.1",
|
|
"semantic-ui": "^2.2.9",
|
|
"three": "^0.84.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hubnedav/PrintABrick.git"
|
|
},
|
|
"author": "David Hübner",
|
|
"license": "",
|
|
"bugs": {
|
|
"url": "https://github.com/hubnedav/PrintABrick/issues"
|
|
},
|
|
"homepage": "https://github.com/hubnedav/PrintABrick#readme"
|
|
}
|