-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
56 lines (56 loc) · 1.89 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "rzl-homepage",
"version": "2.0.0",
"dependencies": {
"@bower_components/bootstrap": "twbs/bootstrap#~3.0.3",
"@bower_components/font-awesome": "FortAwesome/Font-Awesome#~5.15.4",
"@bower_components/jquery": "jquery/jquery-dist#~2.1.3",
"@bower_components/jquery-waypoints": "imakewebthings/waypoints#~2.0.5",
"@bower_components/leaflet": "Leaflet/Leaflet#~0.7.3",
"@bower_components/marked": "chjj/marked#~0.3.2",
"@bower_components/moment": "moment/moment#~2.8.1",
"@bower_components/shariff": "heiseonline/shariff#~1.8.0",
"font-awesome": "^4.7.0"
},
"devDependencies": {
"bower": "latest",
"grunt": "latest",
"grunt-autoprefixer": "latest",
"grunt-cli": "latest",
"grunt-concurrent": "latest",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-htmlmin": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-git-describe": "latest",
"grunt-jekyll": "latest",
"grunt-mocha": "latest",
"grunt-newer": "latest",
"grunt-rev": "latest",
"grunt-svgmin": "latest",
"grunt-text-replace": "latest",
"grunt-usemin": "latest",
"grunt-wiredep": "latest",
"jshint-stylish": "latest",
"load-grunt-tasks": "latest",
"time-grunt": "latest"
},
"engines": {
"node": ">= 4",
"yarn": ">= 1.0.0"
},
"repository": {
"type": "git",
"url": "http://github.com/raumzeitlabor/rzl-homepage.git"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\""
}
}