1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-28 09:40:14 -07:00
PrintABrick/package.json
2017-06-03 23:07:55 +02:00

33 lines
854 B
JSON

{
"name": "printabrick",
"version": "1.0.0",
"description": "Web catalogue of LEGO® parts for 3D printing",
"main": "web/app.php",
"dependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-load-plugins": "^1.4.0",
"gulp-newer": "^1.3.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"gulp-environments": "^0.1.2"
},
"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"
}