-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2 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
57
58
59
60
61
62
63
64
65
66
{
"name": "kent-theme",
"version": "1.4.5",
"author": "IS Webdev <[email protected]>",
"homepage": "https://gitlab.kent.ac.uk/webteams/kent-theme/",
"repository": {
"type": "git",
"url": "git://gitlab.kent.ac.uk/webteams/kent-theme.git"
},
"bugs": {
"url": "https://gitlab.kent.ac.uk/webteams/kent-theme/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"start": "grunt && grunt watch"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-preset-es2015": "^6.9.0",
"bootstrap": "v4.0.0-alpha.5",
"cssnano": "^3.3.2",
"dotenv": "^1.2.0",
"grunt": "~0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-handlebars": "^0.11.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-cssnano": "^2.0.1",
"grunt-eslint": "^18.0.0",
"grunt-metalsmith": "^1.0.0",
"grunt-modernizr": "~0.6.0",
"grunt-php2html": "^0.2.0",
"grunt-postcss": "~0.7.0",
"grunt-sass": "^1.1.0",
"grunt-sass-lint": "^0.2.0",
"grunt-subgrunt": "^1.1.0",
"handlebars": "^4.0.5",
"jquery": "~2.2.2",
"jquery.stellar": "git+ssh://[email protected]/unikent/stellarjs.git",
"js-cookie": "2.1.0",
"kent-bar": "git+ssh://[email protected]/webdev/kent-bar.git#1.1.5",
"kent-font": "git+ssh://[email protected]/webdev/kent-font.git#1.0.4",
"load-grunt-tasks": "~1.0.0",
"metalsmith": "^2.1.0",
"metalsmith-headings": "^0.1.0",
"metalsmith-headings-identifier": "0.0.11",
"metalsmith-layouts": "~1.4.4",
"metalsmith-navigation": "^0.2.5",
"metalsmith-text-replace": "^1.0.1",
"modernizr": "~3.3.1",
"moment": "^2.13.0",
"pixrem": "^3.0.0",
"plyr": "2.0.7",
"responsive-toolkit": "~2.6.1",
"slick-carousel": "1.6",
"social-likes": "^3.1.0",
"tether": "~1.2.0",
"time-grunt": "~1.0.0"
}
}