-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1019 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
33
34
35
36
37
{
"name": "lmu-raumfinder",
"version": "1.0.0",
"description": "Find and share rooms or buildings at LMU Munich.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://MaxMediaPictures@github.com/lmu/raumfinder.git"
},
"author": "Max von Bülow",
"license": "ISC",
"bugs": {
"url": "https://github.com/lmu/raumfinder/issues"
},
"homepage": "https://github.com/lmu/raumfinder#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-cachebust": "0.0.6",
"gulp-changed": "^1.3.2",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}