-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 987 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
{
"name": "cab-ui",
"version": "3.0.2",
"private": true,
"description": "Design elements to be used across all Citizens Advice products",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"server": "http-server public"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.13.0",
"cssnano": "^3.3.2",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.0.5",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.0.1",
"gulp-sourcemaps": "^1.9.1",
"gulp-util": "^3.0.7",
"http-server": "^0.8.5",
"less-plugin-glob": "^1.1.1",
"pixrem": "^3.0.0",
"postcss-color-rgba-fallback": "^2.0.0",
"postcss-copy-assets": "^0.3.0",
"postcss-opacity": "^3.0.0",
"pretty-hrtime": "^1.0.1"
}
}