This repository has been archived by the owner on Mar 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
65 lines (65 loc) · 1.62 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
{
"name": "gov-au-ui-kit",
"version": "1.11.0",
"description": "GOV.AU UI framework, using Bourbon and Neat",
"author": "GOV.AU UI Kit team <[email protected]>",
"main": "assets/sass/ui-kit.scss",
"homepage": "http://guides.service.gov.au/design-guide/",
"repository": {
"type": "git",
"url": "https://github.com/AusDTO/gov-au-ui-kit"
},
"bugs": {
"url": "https://github.com/AusDTO/gov-au-ui-kit/issues"
},
"keywords": [
"ui",
"scss",
"js"
],
"files": [
"assets"
],
"scripts": {
"test": "node test/pa11y",
"start": "gulp serve",
"build": "gulp"
},
"sasslintConfig": "./sass-lint.yml",
"preferGlobal": true,
"license": "MIT",
"devDependencies": {
"async": "^2.0.1",
"chalk": "^1.1.3",
"del": "^2.2.0",
"express": "^4.14.0",
"fs": "0.0.2",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-connect": "^4.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-gitversion": "^0.0.8",
"gulp-imagemin": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg2png": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"handlebars.moment": "^1.0.4",
"kss": "^3.0.0-beta.14",
"node-sass": "^3.8.0",
"pa11y": "^4.0.0",
"path": "^0.12.7",
"responsive-nav": "^1.0.39",
"run-sequence": "^1.2.1",
"smoothscroll": "^0.2.2",
"through2": "^2.0.1",
"velocity-animate": "^1.2.3",
"webpack-stream": "^3.2.0"
}
}