forked from hubnedav/PrintABrick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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"
}