-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
91 lines (91 loc) · 2.66 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "uoydesignpatterns",
"version": "0.0.0-semantically-released",
"description": "This repository holds the design patterns used on the University of York's website (http://www.york.ac.uk).",
"main": "gruntfile.js",
"repository": "https://github.com/university-of-york/design-patterns",
"license": "MIT",
"author": "University of York Digital Team (https://university-of-york.github.io/)",
"contributors": [
{
"name": "Chris Marsh",
"email": "[email protected]",
"url": "http://www-users.york.ac.uk/~cm1438/"
},
{
"name": "Paul Kelly",
"email": "[email protected]"
},
{
"name": "Rob Kendal",
"email": "[email protected]",
"url": "https://robkendal.co.uk"
},
{
"name": "Dave Hill",
"email": "[email protected]"
}
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"devDependencies": {
"@semantic-release/changelog": "3.0.2",
"@semantic-release/commit-analyzer": "6.1.0",
"@semantic-release/git": "7.0.8",
"@semantic-release/github": "5.2.10",
"@semantic-release/release-notes-generator": "7.1.4",
"autoprefixer": "9.4.10",
"compass": "0.1.1",
"css": "2.2.4",
"es5-shim": "4.5.12",
"fuse.js": "3.4.4",
"glob": "7.1.3",
"grunt": "1.0.3",
"grunt-banner": "0.6.0",
"grunt-browser-sync": "2.2.0",
"grunt-bump": "0.8.0",
"grunt-confirm": "1.0.8",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-imagemin": "3.1.0",
"grunt-contrib-jshint": "2.0.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-makedocs": "2.3.0",
"grunt-md5sum": "2.0.1",
"grunt-modernizr": "2.1.0",
"grunt-newer": "1.3.0",
"grunt-postcss": "0.9.0",
"grunt-run": "0.8.1",
"grunt-ssh": "0.12.9",
"iframe-resizer": "4.0.4",
"jquery": "3.3.1",
"js-cookie": "2.2.0",
"load-grunt-config": "1.0.1",
"modernizr": "3.7.0",
"picturefill": "3.0.3",
"requirejs": "2.3.6",
"semantic-release": "15.13.3",
"time-grunt": "1.4.0",
"webpack": "4.29.6"
},
"scripts": {
"backstop": "backstop",
"report": "backstop report",
"start": "grunt dev",
"build": "grunt release",
"build:preview": "grunt preview && grunt preview --verbose",
"release": "semantic-release",
"versioning": "grunt versioning",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"uoydesignpatterns": "^1.7.0"
},
"private": false
}